mirror of
https://github.com/github/codeql.git
synced 2026-04-14 11:34:00 +02:00
2 lines
237 B
Plaintext
2 lines
237 B
Plaintext
| UselessIsBeforeAs.cs:8:21:8:31 | ... as ... | This 'as' expression performs a type test - it should be directly compared against null, rendering the 'is' $@ potentially redundant. | UselessIsBeforeAs.cs:5:13:5:23 | ... is ... | here |
|