[JS IR BE] Add KJS_WITH_FULL_RUNTIME directive to compiler tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
public inline fun Int.times(body : () -> Unit) {
|
||||
var count = this;
|
||||
while (count > 0) {
|
||||
|
||||
Reference in New Issue
Block a user