提交 2cc09ff2 编写于 作者: C CyrusNajmabadi

Move to new test harness.

上级 7cdd66af
......@@ -1016,7 +1016,7 @@ static void X()
}
";
CreateCompilationWithMscorlib(test).VerifyDiagnostics(
CreateStandardCompilation(test).VerifyDiagnostics(
// (10,41): error CS0748: Inconsistent lambda parameter usage; parameter types must be all explicit or all implicit
// Func<int,int> f1 = (int x, y) => 1; // err: mixed parameters
Diagnostic(ErrorCode.ERR_InconsistentLambdaParameterUsage, "y"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册