-
-
Save jeaye/92802a892140738e0916ea8ac13c5b1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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