Skip to content

Instantly share code, notes, and snippets.

@ochafik
Last active December 13, 2015 20:08
Show Gist options
  • Save ochafik/4967971 to your computer and use it in GitHub Desktop.
Save ochafik/4967971 to your computer and use it in GitHub Desktop.
assert x.getSize() == 2 : "Size of x is not 2"; // Java assert
assert(x.size == 2, "Size of x is not 2") // Scala assert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment