Files
kotlin-fork/js/js.translator/testFiles/test.html
T
develar d4d300d0e9 Requested only one commit pull request (was: https://github.com/JetBrains/kotlin/pull/59/files).
Note: all tests passed, but I haven't tested this build in real life (opposite to my master branch).

Don't remember about critical issue — http://youtrack.jetbrains.com/issue/KT-2154 Fix for this issue is not included in this patch (because unrelated). Fix for it and for all other unrelated changes will be opened as separated pull-requests.
2012-06-05 19:29:20 +04:00

14 lines
286 B
HTML

<!-- Only for developers -->
<html>
<head>
<script src="kotlin_lib_ecma5.js"></script>
<script src="kotlin_lib.js"></script>
<script src="webDemoExamples2/out/life_v5.js"></script>
<script>
//console.assert(Kotlin.defs.foo.box());
</script>
</head>
<body>
</body>
</html>