Files
kotlin-fork/js/js.translator/testData/test.html
T
2016-09-29 12:00:42 +03:00

14 lines
341 B
HTML
Vendored

<!-- for debugging tests in browser -->
<html>
<head>
<script type="application/javascript" src="../../../dist/js/kotlin.js"></script>
<script type="application/javascript" src="box/native/out/eval_v5.js"></script>
<script type="application/javascript">
console.log(JS_TESTS.foo.box());
</script>
</head>
<body>
</body>
</html>