Skip to content

Commit

Permalink
Fix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Nov 20, 2023
1 parent ac29d08 commit 9d8f5af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ final class ValidationMethodArgsPhase extends PluginPhase:
// only public methods of classes are supported
if (
tree.symbol.is(Flags.Synthetic) ||
tree.symbol.isConstructor ||
tree.symbol.isStatic ||
tree.symbol.isPrivate ||
tree.name == nme.CONSTRUCTOR
Expand Down

0 comments on commit 9d8f5af

Please sign in to comment.