6 lines
64 B
Plaintext
Vendored
6 lines
64 B
Plaintext
Vendored
val foo: (Long) -> String = { it: Long ->
|
|
|
|
|
|
it.toString()
|
|
}
|