Files
kotlin-fork/idea/testData/formatter/CommentInFunctionLiteral.after.kt
T
2013-09-24 06:58:40 -07:00

9 lines
101 B
Kotlin

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