Added tests for removing files from package.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
fun a() = "a"
|
||||
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
fun b() = "b"
|
||||
@@ -0,0 +1,25 @@
|
||||
Cleaning output files:
|
||||
out/production/module/test/TestPackage-b-*.class
|
||||
out/production/module/test/TestPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/module/other/OtherPackage-other-*.class
|
||||
out/production/module/other/OtherPackage.class
|
||||
out/production/module/test/TestPackage-a-*.class
|
||||
out/production/module/test/TestPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a.kt
|
||||
src/other.kt
|
||||
End of files
|
||||
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module/other/OtherPackage-other-*.class
|
||||
out/production/module/other/OtherPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/other.kt
|
||||
End of files
|
||||
@@ -0,0 +1,3 @@
|
||||
package other
|
||||
|
||||
fun imInOtherPackage() = ":)"
|
||||
@@ -0,0 +1,3 @@
|
||||
package other
|
||||
|
||||
fun imInOtherPackage() = ":))"
|
||||
Reference in New Issue
Block a user