[FIR] Expand expected types before ILT approximation
^KT-56176 Fixed
This commit is contained in:
committed by
Space Team
parent
4941fcd10e
commit
a084bcbbb5
Generated
+6
@@ -2648,6 +2648,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("integerLiteralWithExpectedTypealiasType.kt")
|
||||
public void testIntegerLiteralWithExpectedTypealiasType() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/integerLiteralWithExpectedTypealiasType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalPotentialFakeOverride.kt")
|
||||
public void testInternalPotentialFakeOverride() throws Exception {
|
||||
|
||||
+6
@@ -2648,6 +2648,12 @@ public class LightTreeFir2IrTextTestGenerated extends AbstractLightTreeFir2IrTex
|
||||
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("integerLiteralWithExpectedTypealiasType.kt")
|
||||
public void testIntegerLiteralWithExpectedTypealiasType() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/integerLiteralWithExpectedTypealiasType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internalPotentialFakeOverride.kt")
|
||||
public void testInternalPotentialFakeOverride() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user