Kotlin's sealed classes and enums might have even ...
# language-proposals
d
Kotlin's sealed classes and enums might have even more love with context-dependent resolution (that is, you can write just
Const
where
Expr
is expected, not
Expr.Const
). It's a rather important feature that constantly manages to slip through our plans...