Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/localValDelegateRuntime.kt
T
2015-08-19 23:30:10 +03:00

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
}