Files
kotlin-fork/idea/testData/multiModuleQuickFix/makeOpenFromActual/jvm/jvm.kt
T
2018-07-26 18:01:01 +03:00

5 lines
131 B
Kotlin
Vendored

// "Make 'One' open" "true"
// ERROR: This type is final, so it cannot be inherited from
actual class One
class Two : <caret>One()