Files
kotlin/idea/testData/quickfix/createFromUsage/createVariable/property/refInStringTemplateRuntime.kt.after
2016-08-18 19:15:38 +03:00

9 lines
130 B
Plaintext
Vendored

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