Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/callExpression/callWithSupertraitAndJavaReceiver.after.kt
T

8 lines
108 B
Kotlin

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