提交 945dc01c 编写于 作者: C Cyrus Najmabadi

Simplify

上级 42acf922
......@@ -21,7 +21,7 @@ public static SymbolKeyResolution Resolve(SymbolKeyReader reader)
var containingTypeResolution = reader.ReadSymbolKey();
var isIndexer = reader.ReadBoolean();
using var refKinds = reader.ReadRefKindArray(); ;
using var refKinds = reader.ReadRefKindArray();
using var parameterTypes = reader.ReadSymbolArray<ITypeSymbol>();
if (refKinds.Count != parameterTypes.Count)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册