C#: Address review comments

This commit is contained in:
Tom Hvitved
2019-02-06 13:17:47 +01:00
parent 0211837e24
commit 8812f26517
3 changed files with 5 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ class DefaultToStringType extends ValueOrRefType {
result instanceof SourceLocation
or
not super.getLocation() instanceof SourceLocation and
result.hasLocationInfo("", 0, 0, 0, 0)
result instanceof EmptyLocation
}
}