mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Minor: use ".touch" extension instead of ".new" in incremental compilation tests when it possible
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
public class JavaClass {
|
||||
public static final String CONST = "A";
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
public class JavaClass {
|
||||
public static void foo() {
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
package test
|
||||
|
||||
class Klass {
|
||||
companion object {
|
||||
val CONST = "bar"
|
||||
}
|
||||
}
|
||||
0
jps-plugin/testData/incremental/withJava/kotlinUsedInJava/constantUnchanged/const.kt.touch
vendored
Normal file
0
jps-plugin/testData/incremental/withJava/kotlinUsedInJava/constantUnchanged/const.kt.touch
vendored
Normal file
@@ -1,5 +0,0 @@
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user