Update testdata according to behavior changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Replace '@JvmField' with 'const'" "true"
|
||||
// WITH_RUNTIME
|
||||
object Foo {
|
||||
const private val a = "Lorem ipsum"
|
||||
private const val a = "Lorem ipsum"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user