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