5 lines
84 B
Kotlin
Vendored
5 lines
84 B
Kotlin
Vendored
fun test(v: Any?) {
|
|
(v as? String)?.<expr>let</expr> {
|
|
it.length
|
|
}
|
|
} |