Files
kotlin-fork/idea/testData/multiModuleQuickFix/other/createVarInExpectClass/header/header.kt
T
2019-08-27 17:26:08 +07:00

7 lines
105 B
Kotlin
Vendored

// "Create member property 'Foo.foo'" "true"
expect class Foo
fun test(f: Foo) {
f.<caret>foo = 1
}