[JS IR BE] Add missing KJS_WITH_FULL_RUNTIME to some tests

+ ranges test generator
This commit is contained in:
Svyatoslav Kuzmich
2019-01-25 20:27:59 +03:00
parent ac7517dd76
commit 75328f26ea
14 changed files with 17 additions and 3 deletions
@@ -1,6 +1,7 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JS_IR, JVM_IR
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
class C<T>(val x: T, vararg ys: UInt) {
val y0 = ys[0]