Files
kotlin-fork/jps/jps-plugin/testData/incremental/withJava/kotlinUsedInJava/packageFileAdded/Usage.java.new
T
Dmitry Petrov 848216756d Drop package facades:
- update incremental compilation tests

Original commit: f227908151
2015-10-19 16:03:21 +03:00

6 lines
84 B
Plaintext

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