Fix compil failures

This commit is contained in:
Clément Fournier
2022-04-02 15:16:03 +02:00
parent c3a5945ae5
commit b2b81784ff
6 changed files with 17 additions and 19 deletions

View File

@ -29,6 +29,7 @@ public abstract class SwiftInnerNode
return visitor.visitNode(this, data);
}
@Override // override to make visible in package
protected PmdAsAntlrInnerNode<SwiftNode> asAntlrNode() {
return super.asAntlrNode();