From 48eb9c0e893cc0b05683bd0de8a384ca12a9d6be Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Wed, 14 Jan 2015 23:45:12 -0800 Subject: Add test case per @myint which regressed in the issue-366 branch. #366 --- testsuite/E30.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 #: -- cgit v1.2.1