[FE, Tests] Passing context(A, B) where context(B, A) expected
This commit is contained in:
committed by
TeamCityServer
parent
08570a37b8
commit
752bc299f1
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user