Files
kotlin-fork/idea/testData/intentions/convertPropertyToFunction/accessorCallGroovy.1.groovy
T
2015-02-05 23:12:38 +03:00

5 lines
62 B
Groovy
Vendored

class G {
void test() {
test.TestPackage.getBar();
}
}