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

7 lines
79 B
Plaintext
Vendored

import test.O;
class J {
void test() {
int n = O.getFoo();
}
}