JS: support toDelegateFor in JS backend (see KT-15163)
This commit is contained in:
committed by
Stanislav Erokhin
parent
937a933150
commit
a01fac9d10
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user