Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/callExpression/callWithSupertraitAndJavaReceiver.before.Main.kt

6 lines
113 B
Kotlin

// "Create class 'Foo'" "true"
// ERROR: Unresolved reference: Foo
trait T
fun test(): T = J.<caret>Foo(2, "2")