KT-7819 Borrow tests for non-local returns from JVM backend

This commit is contained in:
Alexey Andreev
2016-04-04 16:45:48 +03:00
parent f7db1f934c
commit a6e1bd1d89
9 changed files with 558 additions and 12 deletions
@@ -1091,6 +1091,10 @@ fun main(args: Array<String>) {
testClass<AbstractSuperTest>() {
model("codegen/box/super/", targetBackend = TargetBackend.JS)
}
testClass<AbstractNonLocalReturnsTest>() {
model("codegen/boxInline/nonLocalReturns/", targetBackend = TargetBackend.JS)
}
}
}