Files
kotlin-fork/idea/testData/intentions/introduceBackingProperty/inapplicableAbstractProperty.kt
T
Dmitry Jemerov 9de74921ca code review
2015-09-25 18:25:38 +02:00

6 lines
79 B
Kotlin
Vendored

// IS_APPLICABLE: false
abstract class Foo {
abstract val <caret>x: Int
}