7 lines
101 B
Kotlin
Vendored
7 lines
101 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun foo() {
|
|
bar(<caret>{ it })
|
|
}
|
|
|
|
fun bar(b: (Int) -> Int, option: Int = 0) { }
|