Files
kotlin-fork/idea/testData/formatter/ReferenceExpressionFunctionLiteral.kt
T

3 lines
44 B
Kotlin

fun f() {
array(1, 2, 3).map{ v -> v }
}