[test] Run irText tests against K1 frontend for JS

This commit is contained in:
Sergej Jaskiewicz
2023-03-14 20:20:53 +01:00
committed by Space Team
parent 502a0b7e10
commit 27ccef868a
135 changed files with 6607 additions and 697 deletions
@@ -10,7 +10,7 @@ class SettingType<out V : Any>(
)
class SettingReference<V : Any, T : SettingType<V>>(
var t : T
var t : T,
var v : V
)