Files
kotlin/idea/testData/quickfix/replaceJvmFieldWithConst/object.kt.after
2017-06-08 10:43:19 +02:00

6 lines
116 B
Plaintext
Vendored

// "Replace '@JvmField' with 'const'" "true"
// WITH_RUNTIME
object Foo {
private const val a = "Lorem ipsum"
}