9 lines
62 B
Kotlin
Vendored
9 lines
62 B
Kotlin
Vendored
val foo: (Long) -> String = {<caret>
|
|
|
|
|
|
|
|
|
|
|
|
it.toString()
|
|
}
|