<@U0B891ZTR>: scala implements sealed interfaces. ...
# language-proposals
r
@michaelrocks: scala implements sealed interfaces. obviously the jvm itself doesn't yet know anything about sealing, but in all languages that have it, the fact that a type is sealed is included in a type annotation. there isn't a technical reason why kotlin can't have them