mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
4 lines
358 B
Plaintext
4 lines
358 B
Plaintext
| UselessCastToSelf.cs:8:20:8:25 | (...) ... | This cast is redundant because the expression already has type Int32. |
|
|
| UselessCastToSelf.cs:9:20:9:29 | (...) ... | This cast is redundant because the expression already has type Test. |
|
|
| UselessCastToSelf.cs:10:20:10:31 | ... as ... | This cast is redundant because the expression already has type Test. |
|