Join Slack
Powered by
how does look sealed class in Java? im trying to i...
# android
r
rudolf.hladik
04/13/2018, 2:19 PM
how does look sealed class in Java? im trying to import it to xml with databinding but java can’t see it
l
leosan
04/13/2018, 2:24 PM
if you go
Tools > Kotlin > Show Bytecode
then
Decompile
you gonna see
sealed class Foo
is
abstract class Foo
5
Views
Open in Slack
Previous
Next