[KT-4124] Use generated test to avoid duplication of test data of inner classes. Add support of classes contained within objects.

This commit is contained in:
Alexey Andreev
2016-02-09 19:55:46 +03:00
parent 133b84160e
commit c48c6bc055
12 changed files with 194 additions and 169 deletions
@@ -1063,6 +1063,9 @@ fun main(args: Array<String>) {
model("codegen/box/secondaryConstructors", targetBackend = TargetBackend.JS)
}
testClass<AbstractNestedTypesTest>() {
model("codegen/box/classes/inner", targetBackend = TargetBackend.JS)
}
}
}