Last active
September 21, 2016 15:02
-
-
Save quintesse/515402449471ab2a9cf4f3a34d6b4446 to your computer and use it in GitHub Desktop.
Ceylon Web Runner: interop-browser-error
This file contains hidden or 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
import ceylon.interop.browser { ... } | |
void run() { | |
print(window.document); | |
} |
This file contains hidden or 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
module web_ide_script "1.0.0" { | |
import ceylon.interop.browser "1.3.0"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Click here to run this code online