From 53de99e6af96a5e9a93b344dfe5ae1e285f038e0 Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Wed, 28 Oct 2020 11:22:21 +0000 Subject: [PATCH] Regenerate QL with fix to Top::getAFieldOrChild --- ruby_ast.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby_ast.qll b/ruby_ast.qll index 0a11d636068..6961412bf08 100644 --- a/ruby_ast.qll +++ b/ruby_ast.qll @@ -18,7 +18,7 @@ class Top extends @top { Location getLocation() { none() } - Top getAFieldOrChild(int i) { none() } + Top getAFieldOrChild() { none() } } class UnderscoreArg extends @underscore_arg, Top, ArgumentListChildType, ArrayChildType,