JS: support toDelegateFor in JS backend (see KT-15163)

This commit is contained in:
Alexey Andreev
2016-12-08 14:20:10 +03:00
committed by Stanislav Erokhin
parent 937a933150
commit a01fac9d10
20 changed files with 171 additions and 223 deletions
@@ -1234,7 +1234,7 @@ fun main(args: Array<String>) {
testGroup("js/js.tests/test", "js/js.translator/testData") {
testClass<AbstractBoxJsTest>() {
model("box/", pattern = "^([^_](.+))\\.kt$")
model("box/", pattern = "^([^_](.+))\\.kt$", targetBackend = TargetBackend.JS)
}
}