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

7 lines
105 B
Plaintext
Vendored

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