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 a
|
||||
|
||||
open class A
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
package module1
|
||||
|
||||
class A
|
||||
|
||||
fun a() {
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
package module2
|
||||
|
||||
import module1.*
|
||||
|
||||
fun b(param: A) {
|
||||
a()
|
||||
}
|
||||
Vendored
-7
@@ -1,7 +0,0 @@
|
||||
package a
|
||||
|
||||
open class A
|
||||
|
||||
inline fun f(): A {
|
||||
return A()
|
||||
}
|
||||
Vendored
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
fun g() {
|
||||
other.other()
|
||||
}
|
||||
Reference in New Issue
Block a user