Update test data

* add new tests for coroutines
 * add copy of some tests without dependency on stdlib
This commit is contained in:
Roman Artemev
2018-07-05 17:30:40 +03:00
committed by romanart
parent c62e4b4fcf
commit efec82c0eb
110 changed files with 1349 additions and 91 deletions
+12
View File
@@ -0,0 +1,12 @@
<!-- 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>