Files
kotlin-fork/idea/testData/quickfix/modifiers/addOpenToClassDeclaration/withConstructor.kt
T

5 lines
71 B
Kotlin
Vendored

// "Make 'A' 'open'" "true"
class A(val v: Int)
class B : A<caret>(1)