mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update java/ql/lib/config/semmlecode.dbscheme
Apply suggestion by @igfoo Co-authored-by: Ian Lynagh <igfoo@github.com>
This commit is contained in:
committed by
Ian Lynagh
parent
64531dd717
commit
a6326b69dc
@@ -601,7 +601,7 @@ stmts(
|
||||
int bodydecl: @callable ref
|
||||
);
|
||||
|
||||
@stmtparent = @callable | @stmt | @switchexpr | @whenexpr| @whenbranch | @stmtexpr;
|
||||
@stmtparent = @callable | @stmt | @switchexpr | @whenexpr| @stmtexpr;
|
||||
|
||||
case @stmt.kind of
|
||||
0 = @block
|
||||
|
||||
Reference in New Issue
Block a user