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 WillBeUnresolved {
void main() {
test.TestPackage.getProp();
test.PropKt.getProp();
}
}
@@ -1,7 +1,6 @@
Cleaning output files:
out/production/module/META-INF/module.kotlin_module
out/production/module/test/PropKt.class
out/production/module/test/TestPackage.class
End of files
Compiling files:
src/prop.kt
@@ -15,4 +14,4 @@ End of files
COMPILATION FAILED
cannot find symbol
symbol : method getProp()
location: class test.TestPackage
location: class test.PropKt