Files
kotlin-fork/idea/testData/inspectionsLocal/mayBeConstant/object.kt.after
T
2017-12-15 13:05:50 +03:00

5 lines
60 B
Plaintext
Vendored

// WITH_RUNTIME
object O {
const val s = "He" + "llo"
}