Files
kotlin-fork/idea/testData/intentions/convertFunctionToProperty/javaUsages.1.java.after
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

7 lines
106 B
Plaintext
Vendored

import static test.JavaUsagesKt.getFoo;
class J {
void test() {
boolean b = getFoo();
}
}