33e6a85a2d
We exclude testData pattern from copyright scope
3 lines
81 B
Kotlin
Vendored
3 lines
81 B
Kotlin
Vendored
fun foo(x: Any): String {
|
|
return <expr>if (x is String) "1" else "2"</expr>
|
|
} |