Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
compiler
/
testData
/
cli
/
jvm
/
javaSealedClass
/
javaSealedClass.kt
blob: 60dba881e4a5945e48db2ea416603d704609acfe [
file
]
fun test
(
sj
:
SealedJava
)
=
when
(
sj
)
{
is
SubSealedAJava
->
"O"
is
SubSealedBJava
->
"K"
}