Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 16, 2020 20:15
Show Gist options
  • Save lu4nm3/4a29376f4496116286a29dc32f98885b to your computer and use it in GitHub Desktop.
Save lu4nm3/4a29376f4496116286a29dc32f98885b to your computer and use it in GitHub Desktop.
class EvilEmailAddress(address: String) extends EmailAddress(address)
EmailClient.sendEmail(from = new EvilEmailAddress("luis@example.com"), to = new EvilEmailAddress("@example.com")) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment