Skip to content

Instantly share code, notes, and snippets.

@quintesse
Last active September 21, 2016 15:02
Show Gist options
  • Save quintesse/515402449471ab2a9cf4f3a34d6b4446 to your computer and use it in GitHub Desktop.
Save quintesse/515402449471ab2a9cf4f3a34d6b4446 to your computer and use it in GitHub Desktop.
Ceylon Web Runner: interop-browser-error
import ceylon.interop.browser { ... }
void run() {
print(window.document);
}
module web_ide_script "1.0.0" {
import ceylon.interop.browser "1.3.0";
}
@quintesse
Copy link
Author

Click here to run this code online

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment