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:
-25
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user