Files
kotlin-fork/idea/testData/intentions/implementAsConstructorParameter/notAbstractInClass.kt
T
2015-12-30 00:56:34 +03:00

4 lines
63 B
Kotlin
Vendored

// IS_APPLICABLE: false
open class A {
val <caret>foo = 1
}