[FE] KT-51234 Check subtyping between context receivers
This commit is contained in:
committed by
teamcity
parent
a3fa2dc9bf
commit
292c0c4383
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user