Files
kotlin-fork/idea/testData/formatter/CommentInFunctionLiteral.kt
T
2012-08-21 12:54:53 +04:00

9 lines
97 B
Kotlin

fun test(some: (Int) -> Int) {
}
fun foo() {
test() {
// Some comment
it
}
}