Files
kotlin-fork/idea/testData/quickfix/createFromUsage/createClass/callExpression/beforeCallWithLambdaArgOnly.kt
T
2015-04-07 13:08:53 +03:00

5 lines
89 B
Kotlin

// "Create class 'Foo'" "true"
fun test() {
val a = <caret>Foo { p: Int -> p + 1 }
}