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

7 lines
88 B
Plaintext
Vendored

import static test.O.foo;
class J {
void test() {
int m = getFoo();
}
}