Files
kotlin-fork/idea/testData/refactoring/pushDown/classToInterface.kt
T
2015-08-17 20:28:10 +03:00

6 lines
88 B
Kotlin
Vendored

open class <caret>A {
// INFO: {"checked": "true"}
val x: Int
}
interface I : A