mirror of
https://github.com/github/codeql.git
synced 2026-01-29 06:12:58 +01:00
Add failing test case for RedundantExpr.
This commit is contained in:
@@ -24,5 +24,7 @@ func baz(b bool) int {
|
||||
}
|
||||
|
||||
func main() {
|
||||
foo(42)
|
||||
if c == '\xA8' || c == '\xA9' {
|
||||
foo(42)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user