Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/callExpression/callWithJavaClassQualifier.after.kt

6 lines
103 B
Kotlin
Vendored

// "Create class 'Foo'" "true"
// ERROR: Unresolved reference: Foo
fun test() {
val a = J.Foo(2)
}