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

7 lines
105 B
Java
Vendored

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