[FIR] Expand expected types before ILT approximation

^KT-56176 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-01-25 15:45:29 +02:00
committed by Space Team
parent 4941fcd10e
commit a084bcbbb5
11 changed files with 98 additions and 3 deletions
@@ -1950,6 +1950,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
}
@TestMetadata("integerLiteralWithExpectedTypealiasType.kt")
public void testIntegerLiteralWithExpectedTypealiasType() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/integerLiteralWithExpectedTypealiasType.kt");
}
@TestMetadata("kt43342.kt")
public void testKt43342() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/kt43342.kt");