KT-13544: support typealiases in JS backend
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user