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

9 lines
130 B
Kotlin

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