Files
kotlin-fork/idea/testData/quickfix/modifiers/addOpenToClassDeclaration/withConstructor.kt
T
Valentin Kipyatkov fc924d1c9f Not operator
2015-10-30 17:25:35 +03:00

5 lines
66 B
Kotlin
Vendored

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