mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
Format Expr.qll
This commit is contained in:
@@ -24,8 +24,6 @@ class Self extends Expr, @token_self {
|
||||
final override string getAPrimaryQlClass() { result = "Self" }
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** A sequence of expressions. */
|
||||
class StmtSequence extends Expr {
|
||||
override StmtSequence::Range range;
|
||||
|
||||
Reference in New Issue
Block a user