Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/delegationSpecifier/traitDelegatorToNestedJavaSuperclass.after.kt

5 lines
86 B
Kotlin
Vendored

// "Create interface 'A'" "true"
// ERROR: Unresolved reference: A
class Foo: J.A {
}