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

3 lines
95 B
Plaintext
Vendored

// "Replace '@JvmField' with 'const'" "true"
// WITH_RUNTIME
private const val number: Int = 42