[FIR2IR] Expand typealiases before inserting implicit casts
^KT-59461 Fixed ^KT-59464
This commit is contained in:
committed by
Space Team
parent
8a1372e21c
commit
2581139b82
+5
@@ -14673,6 +14673,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/flexibleIntegerLiterals.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("flexibleStaticConstantFromJava.kt")
|
||||
public void testFlexibleStaticConstantFromJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/flexibleStaticConstantFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("incorrectBytecodeWithEnhancedNullability.kt")
|
||||
public void testIncorrectBytecodeWithEnhancedNullability() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/incorrectBytecodeWithEnhancedNullability.kt");
|
||||
|
||||
Reference in New Issue
Block a user