Created
May 16, 2020 20:16
-
-
Save lu4nm3/0faefda142bce17af7a0beeddbc30a1a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scala> class EvilEmailAddress(address: String) extends EmailAddress(address) | |
<console>:14: error: illegal inheritance from sealed class EmailAddress | |
class EvilEmailAddress(address: String) extends EmailAddress(address) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment