[FE] KT-51234 Check subtyping between context receivers

This commit is contained in:
Anastasia.Shadrina
2022-03-31 00:50:23 +07:00
committed by teamcity
parent a3fa2dc9bf
commit 292c0c4383
14 changed files with 714 additions and 22 deletions
@@ -10919,6 +10919,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/plusMatrix.kt");
}
@Test
@TestMetadata("subtypingBetweenContextReceivers.kt")
public void testSubtypingBetweenContextReceivers() throws Exception {
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/subtypingBetweenContextReceivers.kt");
}
@Test
@TestMetadata("superWithContext.kt")
public void testSuperWithContext() throws Exception {