[Stdlib] Deprecate and make open Number.toChar()
^KT-46465 Fixed
This commit is contained in:
committed by
Space Team
parent
90ec84d7b7
commit
a64d8e8a31
+18
@@ -28349,6 +28349,24 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/conversions.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 {
|
||||
|
||||
+18
@@ -28026,6 +28026,24 @@ public class K1NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/conversions.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 {
|
||||
|
||||
Reference in New Issue
Block a user