6354d9d54f
#KT-19580
5 lines
104 B
Plaintext
Vendored
5 lines
104 B
Plaintext
Vendored
fun use(x: Base): Int =
|
|
when (x) {
|
|
is Impl1 -> 1
|
|
is Impl2 -> 2
|
|
} |