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

6 lines
84 B
Plaintext
Vendored

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