Hacker News new | ask | show | jobs
by therealdrag0 1343 days ago
Does Scala have that?
1 comments

Scala has sealed traits, which may only be implemented in the same file, and pattern matching must be exhaustive. At a glance, Java 17 has something similar (JEP 409 sealed classes).