mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-22 00:21:28 +00:00
Drop package facades:
- update incremental compilation tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Usage {
|
||||
void usage() {
|
||||
test.TestPackage.a();
|
||||
test.AKt.a();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user