Rust: fix QL code

This commit is contained in:
Arthur Baars
2024-12-16 15:50:50 +01:00
parent 029e2604a3
commit 23e6a825aa

View File

@@ -177,7 +177,7 @@ module Impl {
not p.hasQualifier() and
ps = p.getPart() and
not ps.hasGenericArgList() and
not ps.hasParamList() and
not ps.hasParenthesizedArgList() and
not ps.hasPathType() and
not ps.hasReturnTypeSyntax() and
name_ = ps.getNameRef().getText()