Files
kotlin-fork/js/js.translator/testData/testIr.html
T
Roman Artemev efec82c0eb Update test data
* add new tests for coroutines
 * add copy of some tests without dependency on stdlib
2018-08-08 18:33:41 +03:00

13 lines
297 B
HTML
Vendored

<!-- for debugging tests in browser -->
<html>
<head>
<script type="application/javascript" src="out/codegen/irBox/coroutines/suspendFunctionTypeCall/manyParameters_1_2_v5.js"></script>
<script type="application/javascript">
console.log(box());
</script>
</head>
<body>
</body>
</html>