2e92594462
#KT-2242 Fixed
9 lines
97 B
Kotlin
9 lines
97 B
Kotlin
fun test(some: (Int) -> Int) {
|
|
}
|
|
|
|
fun foo() {
|
|
test() {
|
|
// Some comment
|
|
it
|
|
}
|
|
} |