blob: 28952f03122a449086f38b727446bd3ac6f5b06f [file]
fun use(x: Base): Int =
when (x) {
is Impl1 -> 1
}