Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/delegationSpecifier/traitDelegatorToSuperclass2.kt
T

7 lines
86 B
Kotlin
Vendored

// "Create interface 'A'" "true"
package p
// TARGET_PARENT:
class Foo: <caret>A {
}