JS backend: add the ability to get JS constructor function by class name and from instance. Support it for reified type parameters too. Add ability to get name of class.

#KT-5987 Fixed
 #KT-4115 Fixed
This commit is contained in:
Zalim Bashorov
2016-08-03 22:22:15 +03:00
parent e7eb35b169
commit 88ad00b0bc
13 changed files with 253 additions and 11 deletions
@@ -1129,6 +1129,10 @@ fun main(args: Array<String>) {
testClass<AbstractCastTest>() {
model("expression/cast/cases")
}
testClass<AbstractLightReflectionTest>() {
model("reflection/light/cases")
}
}
testGroup("js/js.tests/test", "compiler/testData") {