Files
kotlin/idea/testData/quickfix/createFromUsage/createClass/callExpression/beforeCallInLocalFunNoReceiver.kt
2014-11-11 14:42:45 +03:00

5 lines
88 B
Kotlin

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