Files
kotlin-fork/js/js.translator/testData/test.html
T
2016-11-28 16:33:58 +03:00

14 lines
389 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="out/codegen/boxInline/callableReference/bound/topLevelExtensionProperty_v5.js"></script>
<script type="application/javascript">
console.log(JS_TESTS.box());
</script>
</head>
<body>
</body>
</html>