[JVM IR] Fix constant folding to use basic types always.
Fixes KT-46540.
This commit is contained in:
committed by
Alexander Udalov
parent
ad18d5984b
commit
2c5a4dcb98
+6
@@ -15566,6 +15566,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/fullJdk/kt434.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt46540.kt")
|
||||
public void testKt46540() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fullJdk/kt46540.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("platformTypeAssertionStackTrace.kt")
|
||||
public void testPlatformTypeAssertionStackTrace() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user