From 94a6f9203724f7dae5b5dce067a82b314897792e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 27 Jan 2010 22:33:52 +0300 Subject: [PATCH] missing testdata file --- python/testData/editing/py254.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/testData/editing/py254.py 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