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

6 lines
74 B
Kotlin
Vendored

// "Create class 'A'" "true"
package p
class Foo: p.<caret>A(1, "2") {
}