Minor: use ".touch" extension instead of ".new" in incremental compilation tests when it possible
This commit is contained in:
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
public class JavaClass {
|
||||
public static final String CONST = "A";
|
||||
}
|
||||
Vendored
-7
@@ -1,7 +0,0 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
companion object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
fun f() {
|
||||
}
|
||||
-2
@@ -1,2 +0,0 @@
|
||||
fun foo() {
|
||||
}
|
||||
Reference in New Issue
Block a user