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