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

5 lines
62 B
Java
Vendored

class Usage {
void usage() {
test.AKt.a();
}
}