Files
kotlin-fork/idea/testData/intentions/convertPropertyToFunction/propertyCallGroovy.1.groovy
T
Pavel V. Talanov abca7107a7 Fix test data for convert function/property to property/function test
(cherry picked from commit e78c26a)
2015-10-19 16:03:17 +03:00

5 lines
66 B
Groovy
Vendored

class G {
void test() {
test.PropertyCallGroovyKt.bar;
}
}