efec82c0eb
* add new tests for coroutines * add copy of some tests without dependency on stdlib
13 lines
297 B
HTML
Vendored
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>
|