提交 58273c87 编写于 作者: M Matt Warren

Remove commented out code

上级 89dca7a9
......@@ -1224,10 +1224,6 @@ public class C { } // end").Members[0];
var attrWithComment = _g.GetAttributes(added).First();
VerifySyntax<AttributeListSyntax>(attrWithComment, "// comment\r\n[a]");
// added attributes are stripped of trivia
//var added2 = _g.AddAttributes(cls, attrWithComment);
//VerifySyntax<ClassDeclarationSyntax>(added2, "// comment\r\n[a]\r\npublic class C\r\n{\r\n} // end\r\n");
}
[Fact]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册