Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 9d8f5af

Browse files
committed
Fix filter
1 parent ac29d08 commit 9d8f5af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

validation-scala-plugin/src/main/scala/bitlap/validation/plugin/ValidationMethodArgsPhase.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ final class ValidationMethodArgsPhase extends PluginPhase:
4444
// only public methods of classes are supported
4545
if (
4646
tree.symbol.is(Flags.Synthetic) ||
47-
tree.symbol.isConstructor ||
4847
tree.symbol.isStatic ||
4948
tree.symbol.isPrivate ||
5049
tree.name == nme.CONSTRUCTOR

0 commit comments

Comments
 (0)