7 lines
118 B
Kotlin
Vendored
7 lines
118 B
Kotlin
Vendored
// "Create property 'foo'" "true"
|
|
// ERROR: Property must be initialized
|
|
|
|
fun test() {
|
|
val x: Int by <caret>foo
|
|
}
|