KT-36143 Fix type approximation for type arguments in PSI2IR
This commit is contained in:
+10
@@ -1872,6 +1872,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/types/intersectionType3_OI.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36143.kt")
|
||||
public void testKt36143() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/kt36143.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localVariableOfIntersectionType_NI.kt")
|
||||
public void testLocalVariableOfIntersectionType_NI() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/localVariableOfIntersectionType_NI.kt");
|
||||
@@ -1892,6 +1897,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/types/smartCastOnReceiverOfGenericType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starProjection_OI.kt")
|
||||
public void testStarProjection_OI() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/starProjection_OI.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/ir/irText/types/nullChecks")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user