提交 8d190e4b 编写于 作者: A Alireza Habibi

Renamings

上级 cf5a0e94
......@@ -27,8 +27,8 @@ internal sealed class Type : AnalyzedPattern
{
public readonly TypeSyntax TypeSyntax;
public Type(TypeSyntax expression, IOperation target) : base(target)
=> TypeSyntax = expression;
public Type(TypeSyntax type, IOperation target) : base(target)
=> TypeSyntax = type;
}
/// <summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册