41d51e0a13
#KT-6083 Fixed
6 lines
119 B
Kotlin
6 lines
119 B
Kotlin
// "Create property 'foo'" "true"
|
|
// ERROR: Property must be initialized
|
|
|
|
fun test() {
|
|
println("a = $<caret>foo")
|
|
} |