Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/importDirective/traitWithJavaQualifier.after.kt

7 lines
91 B
Kotlin
Vendored

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