Files
kotlin-fork/idea/testData/refactoring/pullUp/k2k/noSuperClass.kt
T

3 lines
37 B
Kotlin
Vendored

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