[FE] Prohibit explicit @ContextFunctionTypeParams usage
This commit is contained in:
committed by
TeamCityServer
parent
a091b345a0
commit
b3591e77be
+12
@@ -10582,6 +10582,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/ambiguityInGroup.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextReceiverTypeParamsUsage.kt")
|
||||
public void testContextReceiverTypeParamsUsage() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextReceiverTypeParamsUsage.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextReceiverTypeParamsUsageError.kt")
|
||||
public void testContextReceiverTypeParamsUsageError() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/contextReceiverTypeParamsUsageError.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionalType.kt")
|
||||
public void testFunctionalType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user