[Stdlib] Deprecate and make open Number.toChar()

^KT-46465 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-02-21 12:53:58 +02:00
committed by Space Team
parent 90ec84d7b7
commit a64d8e8a31
30 changed files with 399 additions and 72 deletions
@@ -24849,6 +24849,24 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/primitiveTypes/crossTypeEquals.kt");
}
@Test
@TestMetadata("customNumberInheritor.kt")
public void testCustomNumberInheritor() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor.kt");
}
@Test
@TestMetadata("customNumberInheritor_callToSuper.kt")
public void testCustomNumberInheritor_callToSuper() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor_callToSuper.kt");
}
@Test
@TestMetadata("customNumberInheritor_interfaceInheritance.kt")
public void testCustomNumberInheritor_interfaceInheritance() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor_interfaceInheritance.kt");
}
@Test
@TestMetadata("ea35963.kt")
public void testEa35963() throws Exception {
@@ -24849,6 +24849,24 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/primitiveTypes/crossTypeEquals.kt");
}
@Test
@TestMetadata("customNumberInheritor.kt")
public void testCustomNumberInheritor() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor.kt");
}
@Test
@TestMetadata("customNumberInheritor_callToSuper.kt")
public void testCustomNumberInheritor_callToSuper() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor_callToSuper.kt");
}
@Test
@TestMetadata("customNumberInheritor_interfaceInheritance.kt")
public void testCustomNumberInheritor_interfaceInheritance() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor_interfaceInheritance.kt");
}
@Test
@TestMetadata("ea35963.kt")
public void testEa35963() throws Exception {
@@ -24849,6 +24849,24 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/primitiveTypes/crossTypeEquals.kt");
}
@Test
@TestMetadata("customNumberInheritor.kt")
public void testCustomNumberInheritor() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor.kt");
}
@Test
@TestMetadata("customNumberInheritor_callToSuper.kt")
public void testCustomNumberInheritor_callToSuper() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor_callToSuper.kt");
}
@Test
@TestMetadata("customNumberInheritor_interfaceInheritance.kt")
public void testCustomNumberInheritor_interfaceInheritance() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/customNumberInheritor_interfaceInheritance.kt");
}
@Test
@TestMetadata("ea35963.kt")
public void testEa35963() throws Exception {