Update testdata according to behavior changes
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace '@JvmField' with 'const'" "true"
|
||||
// WITH_RUNTIME
|
||||
const val three = 3
|
||||
const private val text = "${2 + three}"
|
||||
private const val text = "${2 + three}"
|
||||
Reference in New Issue
Block a user