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

6 lines
111 B
Kotlin
Vendored

// "Create class 'Foo'" "true"
// ERROR: Unresolved reference: Foo
open class A
fun test(): A = J.Foo(2, "2")