Skip to content

Instantly share code, notes, and snippets.

@gfx
Created May 12, 2014 13:38
Show Gist options
  • Save gfx/844c6f72620c8e588505 to your computer and use it in GitHub Desktop.
Save gfx/844c6f72620c8e588505 to your computer and use it in GitHub Desktop.
class _Main {
  static function main(args : string[]) : void {
    var x = 42;
    assert x == 0;
  }
}
$ jsx --run a.jsx 

/path/to/.jsx.a.jsx.58815.145f0a7062c.js:199
		throw new Error("[a.jsx:4:13] assertion failure\n    assert x == 0;\n       
		      ^
Error: [a.jsx:4:13] assertion failure
    assert x == 0;
             ^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment