Files
2017-08-10 21:19:42 +03:00

4 lines
78 B
Kotlin
Vendored

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