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

6 lines
117 B
Kotlin
Vendored

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