Files
kotlin-fork/idea/testData/intentions/convertFunctionToProperty/javaUsagesGet.1.java
T
2015-10-01 17:35:12 +03:00

7 lines
105 B
Java
Vendored

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