Drop package facades:

- update incremental compilation tests
This commit is contained in:
Dmitry Petrov
2015-10-16 22:19:00 +03:00
parent 70c91b2e75
commit f227908151
64 changed files with 36 additions and 115 deletions
@@ -1,5 +1,5 @@
class JavaUsage {
public static void main(String[] args) {
test.TestPackage.f("x");
test.FunKt.f("x");
}
}