2 lines
85 B
Kotlin
Vendored
2 lines
85 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun foo(arg: Any) = if (arg is String?<caret>) arg?.length else null |