Files
kotlin-fork/jps-plugin/testData/incremental/withJava/kotlinUsedInJava/propertyRenamed/WillBeUnresolved.java
T
Dmitry Petrov f227908151 Drop package facades:
- update incremental compilation tests
2015-10-19 16:03:21 +03:00

5 lines
81 B
Java
Vendored

class WillBeUnresolved {
void main() {
test.PropKt.getProp();
}
}