6354d9d54f
#KT-19580
4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
fun use(x: Base): Int =
|
|
when (x) {
|
|
is Impl1 -> 1
|
|
} |