summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/E30.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/E30.py b/testsuite/E30.py
index be41a30..2797d87 100644
--- a/testsuite/E30.py
+++ b/testsuite/E30.py
@@ -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
#: