1 line
67 B
Kotlin
Vendored
1 line
67 B
Kotlin
Vendored
fun foo(arg: Any) = <caret>if (arg !is String) null else arg.length |