diff --git a/python/testData/editing/py254.py b/python/testData/editing/py254.py new file mode 100644 index 000000000000..fe08bad30ded --- /dev/null +++ b/python/testData/editing/py254.py @@ -0,0 +1,7 @@ + +class Foo(object): + def foo(bar): + pass + + def bar(foo): + pass \ No newline at end of file