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

7 lines
83 B
Java
Vendored

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