Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/refInStringTemplateRuntime.kt.after
T

8 lines
129 B
Plaintext
Vendored

// "Create property 'foo'" "true"
// ERROR: Property must be initialized
val foo: String
fun test() {
println("a = $foo")
}