Files
2022-01-12 15:09:45 +01:00

4 lines
78 B
Kotlin
Vendored

fun use(x: Base): Int =
when (x) {
is Impl1 -> 1
}