Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createVariable/property/localValDelegateRuntime.kt
T

7 lines
118 B
Kotlin
Vendored

// "Create property 'foo'" "true"
// ERROR: Property must be initialized
fun test() {
val x: Int by <caret>foo
}