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

5 lines
80 B
Kotlin
Vendored

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