Skip to content

Instantly share code, notes, and snippets.

@jeaye

jeaye/test.js Secret

Created January 4, 2018 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeaye/92802a892140738e0916ea8ac13c5b1d to your computer and use it in GitHub Desktop.
Save jeaye/92802a892140738e0916ea8ac13c5b1d to your computer and use it in GitHub Desktop.
// Compiled by ClojureScript 1.9.946 {}
goog.provide('test.core');
goog.require('cljs.core');
goog.require('test.macro');
cljs.core.enable_console_print_BANG_.call(null);
cljs.core.println.call(null,"foo",(1).call(null,null,(2))); // XXX: Tries to call 1, but oddly not 2
//# sourceMappingURL=core.js.map?rel=1515034384060
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment