[FE, Tests] Passing context(A, B) where context(B, A) expected

This commit is contained in:
Anastasiya Shadrina
2021-11-18 16:23:59 +07:00
committed by TeamCityServer
parent 08570a37b8
commit 752bc299f1
7 changed files with 68 additions and 0 deletions
@@ -10594,6 +10594,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextReceiverTypeParamsUsageError.kt");
}
@Test
@TestMetadata("contextualFunctionalTypeConversion.kt")
public void testContextualFunctionalTypeConversion() throws Exception {
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextualFunctionalTypeConversion.kt");
}
@Test
@TestMetadata("functionalType.kt")
public void testFunctionalType() throws Exception {