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

5 lines
141 B
Plaintext
Vendored

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