Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/callExpression/callWithSupertraitAndJavaReceiver.after.kt
2015-05-13 16:13:13 +02:00

6 lines
110 B
Kotlin
Vendored

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