blob: 60dba881e4a5945e48db2ea416603d704609acfe [file] [log] [blame]
fun test(sj: SealedJava) = when (sj) {
is SubSealedAJava -> "O"
is SubSealedBJava -> "K"
}