[FIR2IR] Expand typealiases before inserting implicit casts

^KT-59461 Fixed
^KT-59464
This commit is contained in:
Dmitriy Novozhilov
2023-06-19 11:29:41 +03:00
committed by Space Team
parent 8a1372e21c
commit 2581139b82
9 changed files with 73 additions and 13 deletions
@@ -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");