From a6326b69dc3bf0629f4c19b111b6cc60ca374227 Mon Sep 17 00:00:00 2001 From: Tony Torralba Date: Tue, 8 Mar 2022 14:42:08 +0100 Subject: [PATCH] Update java/ql/lib/config/semmlecode.dbscheme Apply suggestion by @igfoo Co-authored-by: Ian Lynagh --- java/ql/lib/config/semmlecode.dbscheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/lib/config/semmlecode.dbscheme b/java/ql/lib/config/semmlecode.dbscheme index f47fe631921..dc83ca34118 100755 --- a/java/ql/lib/config/semmlecode.dbscheme +++ b/java/ql/lib/config/semmlecode.dbscheme @@ -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