Files
kotlin/idea/testData/quickfix/modifiers/addOpenToClassDeclaration/withConstructor.kt
2015-10-30 17:25:36 +03:00

5 lines
69 B
Kotlin
Vendored

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