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

8 lines
148 B
Kotlin
Vendored

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