d48851ba63
#EA-69707 Fixed
8 lines
178 B
Kotlin
Vendored
8 lines
178 B
Kotlin
Vendored
// "Create property 'foo'" "true"
|
|
// ERROR: Local variables are not allowed to have delegates
|
|
// ERROR: Property must be initialized
|
|
|
|
fun test() {
|
|
val x: Int by <caret>foo
|
|
}
|