Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/callExpression/callInLocalFunNoReceiver.kt

5 lines
88 B
Kotlin
Vendored

// "Create class 'Foo'" "true"
fun test() {
fun nestedTest() = <caret>Foo(2, "2")
}