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

7 lines
132 B
Kotlin

// "Create extension property 'foo'" "true"
// ERROR: Property must be initialized
fun test() {
val a: Int = Unit.<caret>foo
}