C#: Address review comment

This commit is contained in:
Tom Hvitved
2021-12-09 15:44:43 +01:00
parent c39fe59a04
commit 2bf5966fe3

View File

@@ -16,8 +16,7 @@ private class TypeRef extends @typeref {
typeref_type(this, result)
or
not typeref_type(this, _) and
result instanceof UnknownType and
types(result, _, "<unknown type>")
result instanceof UnknownType
}
}