Files
kotlin/idea/testData/quickfix/createFromUsage/createVariable/property/valOnLibObject.kt
2016-08-18 19:15:38 +03:00

7 lines
114 B
Kotlin
Vendored

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