mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Cfg: Update fallsThrough default.
This commit is contained in:
@@ -165,8 +165,6 @@ private module Ast implements AstSig<Location> {
|
||||
|
||||
class DefaultCase extends Case instanceof J::DefaultCase { }
|
||||
|
||||
predicate fallsThrough(Case c) { not c.(J::SwitchCase).isRule() }
|
||||
|
||||
class ConditionalExpr = J::ConditionalExpr;
|
||||
|
||||
class BinaryExpr = J::BinaryExpr;
|
||||
|
||||
Reference in New Issue
Block a user