mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Extract not-null expression
This commit is contained in:
@@ -695,6 +695,7 @@ case @expr.kind of
|
||||
| 79 = @stmtexpr
|
||||
| 80 = @stringtemplateexpr
|
||||
| 81 = @varargexpr
|
||||
| 82 = @notnullexpr
|
||||
;
|
||||
|
||||
/** Holds if this `when` expression was written as an `if` expression. */
|
||||
@@ -771,7 +772,8 @@ when_branch_else(unique int id: @whenbranch ref);
|
||||
| @minusexpr
|
||||
| @plusexpr
|
||||
| @bitnotexpr
|
||||
| @lognotexpr;
|
||||
| @lognotexpr
|
||||
| @notnullexpr;
|
||||
|
||||
@caller = @classinstancexpr
|
||||
| @methodaccess
|
||||
|
||||
Reference in New Issue
Block a user