提交 077ff9e9 编写于 作者: C CyrusNajmabadi

Restore types.

上级 dc532f7b
......@@ -2699,7 +2699,7 @@ private ConstructorDeclarationSyntax ParseConstructorDeclaration(string typeName
: null;
this.ParseBlockAndExpressionBodiesWithSemicolon(
out var body, out var expressionBody, out var semicolon,
out BlockSyntax body, out ArrowExpressionClauseSyntax expressionBody, out SyntaxToken semicolon,
requestedExpressionBodyFeature: MessageID.IDS_FeatureExpressionBodiedDeOrConstructor);
var decl = _syntaxFactory.ConstructorDeclaration(attributes, modifiers.ToList(), name, paramList, initializer, body, expressionBody, semicolon);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册