Skip to content
Snippets Groups Projects
Commit 48eb9c0e authored by Ian Lee's avatar Ian Lee
Browse files

Add test case per @myint which regressed in the issue-366 branch. #366

parent e57e293d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -96,4 +96,17 @@ def a():
 
def b(n):
pass
#: E303:5:5 E303:11:5
class Foo(object):
def a(self):
pass
def b(self):
pass
#:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment