Drop deprecated jsClass top level and extension functions

Introduce internal toplevel jsClass in js-ir source set instead.
It is needed for JS-IR backend.
This commit is contained in:
Ilya Gorbunov
2020-06-19 06:23:47 +03:00
parent 696701d377
commit 6c8ff25e5d
8 changed files with 9 additions and 180 deletions
@@ -6884,31 +6884,6 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/reflection/findAssociatedObject_oldBE.kt");
}
@TestMetadata("jsClass.kt")
public void testJsClass() throws Exception {
runTest("js/js.translator/testData/box/reflection/jsClass.kt");
}
@TestMetadata("jsClassName.kt")
public void testJsClassName() throws Exception {
runTest("js/js.translator/testData/box/reflection/jsClassName.kt");
}
@TestMetadata("jsClassOnReifiedType.kt")
public void testJsClassOnReifiedType() throws Exception {
runTest("js/js.translator/testData/box/reflection/jsClassOnReifiedType.kt");
}
@TestMetadata("jsClassOnReifiedTypeInLambda.kt")
public void testJsClassOnReifiedTypeInLambda() throws Exception {
runTest("js/js.translator/testData/box/reflection/jsClassOnReifiedTypeInLambda.kt");
}
@TestMetadata("jsClassSimpleName.kt")
public void testJsClassSimpleName() throws Exception {
runTest("js/js.translator/testData/box/reflection/jsClassSimpleName.kt");
}
@TestMetadata("kClass.kt")
public void testKClass() throws Exception {
runTest("js/js.translator/testData/box/reflection/kClass.kt");