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

5 lines
136 B
Kotlin
Vendored

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