Skip to content

Instantly share code, notes, and snippets.

@ochafik
Last active December 13, 2015 20:08
Show Gist options
  • Save ochafik/4967916 to your computer and use it in GitHub Desktop.
Save ochafik/4967916 to your computer and use it in GitHub Desktop.
import scalaxy.debug._
val a = 10
val b = 12
assert(a == b)
// this will throw:
// "assertion failed: a == b (10 != 12)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment