Possible to use inline sealed class
# getting-started
i
Possible to use inline sealed class
h
looks like they are experimental
and they can only be final, so no inline sealed?
h
yeah, but i get an error when trying
inline sealed class Foo
because you can only inline final classes. sealed classes are open. there's a KEEP that suggests inline sealed classes. am i missing something?
i
no