Fix test data for convert function/property to property/function test

(cherry picked from commit e78c26a)
This commit is contained in:
Pavel V. Talanov
2015-10-15 21:14:08 +03:00
committed by Dmitry Petrov
parent c2bc1280d3
commit abca7107a7
4 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
class G {
void test() {
test.TestPackage.bar;
test.PropertyCallGroovyKt.bar;
}
}