7 lines
135 B
Kotlin
Vendored
7 lines
135 B
Kotlin
Vendored
fun foo(lambda: (String) -> Int): Int = lambda("jello!")
|
|
|
|
fun test() {
|
|
<expr>foo</expr> @Deprecated("") {
|
|
it.length
|
|
}
|
|
} |