Minor: use ".touch" extension instead of ".new" in incremental compilation tests when it possible
This commit is contained in:
-3
@@ -1,3 +0,0 @@
|
||||
package test
|
||||
|
||||
fun b() = "b"
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
println(a() + b() + other.other())
|
||||
}
|
||||
Reference in New Issue
Block a user