6 lines
90 B
Kotlin
6 lines
90 B
Kotlin
fun foo(p : (String, Char) -> Boolean){}
|
|
|
|
fun main(args: Array<String>) {
|
|
fo<caret>
|
|
}
|