KT-13544: support typealiases in JS backend

This commit is contained in:
Alexey Andreev
2016-09-06 15:04:56 +03:00
parent 7510b7f080
commit b91ed1e02a
8 changed files with 119 additions and 2 deletions
@@ -1205,6 +1205,10 @@ fun main(args: Array<String>) {
testClass<AbstractNonLocalReturnsTest>() {
model("codegen/boxInline/nonLocalReturns/", targetBackend = TargetBackend.JS)
}
testClass<AbstractTypeAliasesTests>() {
model("codegen/box/typealias/", targetBackend = TargetBackend.JS)
}
}
}