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

5 lines
79 B
Kotlin
Vendored

// "Create class 'Foo'" "true"
interface A
fun test(): A = <caret>Foo(2, "2")