KT-36143 Fix type approximation for type arguments in PSI2IR
This commit is contained in:
@@ -1871,6 +1871,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
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");
|
||||
@@ -1891,6 +1896,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
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