Files
kotlin-fork/js/js.translator/testData/test.html
T
Anton Bannykh 77aa685496 JS: char boxing
2017-01-30 16:31:44 +03:00

15 lines
502 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="../../../dist/classes/kotlin-test-js/kotlin-test.js"></script>
<script type="application/javascript" src="../../../js/js.translator/testData/out/box/standardClasses/stringBuilder_v5.js"></script>
<script type="application/javascript">
console.log(JS_TESTS.foo.box());
</script>
</head>
<body>
</body>
</html>