Files
kotlin-fork/idea/testData/quickfix/modifiers/abstractMemberNotImplemented.kt
T

3 lines
69 B
Kotlin
Vendored

// "Make 'Foo' 'abstract'" "true"
class <caret>Foo : List<String> {}