Added tests with removing files and changing packages.

This commit is contained in:
Evgeny Gerashchenko
2014-06-20 14:33:47 +04:00
parent 7742755de4
commit 111feb2574
21 changed files with 110 additions and 0 deletions
@@ -0,0 +1,3 @@
package foo
fun a() = "a"
@@ -0,0 +1,4 @@
package bar
fun a() = "a"
fun aa() = "aa"
@@ -0,0 +1,7 @@
Cleaning output files:
out/production/module/foo/FooPackage-a-*.class
out/production/module/foo/FooPackage.class
End of files
Compiling files:
src/a.kt
End of files