Regenerate QL with fix to Top::getAFieldOrChild

This commit is contained in:
Nick Rolfe
2020-10-28 11:22:21 +00:00
parent 7b51030dd4
commit 53de99e6af

View File

@@ -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,