Fix intersection type handling in PSI2IR
This commit is contained in:
+5
@@ -1882,6 +1882,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/types/localVariableOfIntersectionType_NI.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("receiverOfIntersectionType.kt")
|
||||
public void testReceiverOfIntersectionType() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/receiverOfIntersectionType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("smartCastOnFakeOverrideReceiver.kt")
|
||||
public void testSmartCastOnFakeOverrideReceiver() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/smartCastOnFakeOverrideReceiver.kt");
|
||||
|
||||
Reference in New Issue
Block a user