how does look sealed class in Java? im trying to i...
# android
r
how does look sealed class in Java? im trying to import it to xml with databinding but java can’t see it
l
if you go
Tools > Kotlin > Show Bytecode
then
Decompile
you gonna see
sealed class Foo
is
abstract class Foo