Files
kotlin-fork/idea/testData/refactoring/pullUp/noSuperClass.kt
T
Alexey Sedunov 39ff3c3000 Pull Up: Initial support
#KT-7330 Fixed
2015-07-28 18:48:29 +03:00

3 lines
37 B
Kotlin
Vendored

class <caret>A {
val x: Int = 1
}