Files
codeql/csharp/ql/test/library-tests/expressions/AnonymousObjectCreation3.expected
Tom Hvitved 546d750045 C#: Reintroduce getURL()
It turns out that we still need `getURL()` to account for cases where there is no
`getLocation()`. Not having `getURL()` for entities without a `getLocation()` results
in a `file://0:0:0:0` URL, which is not rendered in QL4E, unlike a `""` URL.
2018-12-19 20:47:33 +01:00

3 lines
198 B
Plaintext

| expressions.cs:417:9:420:9 | object creation of type <>__AnonType0<String,String[]> | String[] |
| expressions.cs:421:9:424:9 | object creation of type <>__AnonType0<String,String[]> | String[] |