Sign in
mojo
/
mojo-tools
/
refs/heads/sky_sdk
/
.
/
sky
/
tests
/
modules
/
imports-can-import.sky
blob: 34483266cff2f9b814739c2c3db054b7fc653fd6 [
file
] [
log
] [
blame
] [
edit
]
<html>
<import
src
=
"resources/intermediate.sky"
as
=
"chocolate"
/>
<div
id
=
"result"
>
FAIL
</div>
<script>
import
"dart:sky"
;
void
main
()
{
document
.
getElementById
(
"result"
).
textContent
=
chocolate
.
message
;
}
</script>
</html>