Minor: use ".touch" extension instead of ".new" in incremental compilation tests when it possible

This commit is contained in:
Zalim Bashorov
2015-11-18 18:02:34 +03:00
parent fe57a9e48f
commit d9b67ae0ef
77 changed files with 0 additions and 197 deletions

View File

@@ -1,3 +0,0 @@
public class JavaClass {
public static final String CONST = "A";
}

View File

@@ -1,4 +0,0 @@
public class JavaClass {
public static void foo() {
}
}

View File

@@ -1,7 +0,0 @@
package test
class Klass {
companion object {
val CONST = "bar"
}
}

View File

@@ -1,5 +0,0 @@
package test
fun foo() {
}