We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fb4b0 commit efbbdcbCopy full SHA for efbbdcb
csharp/ql/lib/semmle/code/csharp/Location.qll
@@ -75,7 +75,7 @@ class Location extends @location {
75
76
/** An empty location. */
77
class EmptyLocation extends Location {
78
- EmptyLocation() { this.hasLocationInfo("", 0, 0, 0, 0) }
+ EmptyLocation() { this.hasLocationInfo("", -1, -1, -1, -1) }
79
}
80
81
/**
0 commit comments