Skip to content

Commit 73aae37

Browse files
committed
Update analyzer plugin
1 parent 31de85c commit 73aae37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-test/sbt-dotty/analyzer-plugin/plugin/Analyzer.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class InitChecker extends PluginPhase {
3131
val phaseName = "symbolTreeChecker"
3232

3333
override val runsAfter = Set(SetDefTree.name)
34-
override val runsBefore = Set(ElimRepeated.name)
34+
override val runsBefore = Set(ProtectedAccessors.name)
3535

3636
private def checkDef(tree: Tree)(implicit ctx: Context): Tree = {
3737
if (tree.symbol.defTree.isEmpty)

0 commit comments

Comments
 (0)