Skip to content

Commit

Permalink
Fixing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Aug 5, 2024
1 parent e788bb5 commit f1620d5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,11 @@ public R visitMethodType(Type.MethodType t, P p) {
return defaultAction(t, p);
}

@Override
public R visitPatternType(Type.PatternType t, P p) {
return defaultAction(t, p);
}

@Override
public R visitPackageType(Type.PackageType t, P p) {
return defaultAction(t, p);
Expand Down

0 comments on commit f1620d5

Please sign in to comment.