Skip to content

Commit

Permalink
remove silencer from AnalyzerPlugin::runsBefore
Browse files Browse the repository at this point in the history
  • Loading branch information
halotukozak committed Oct 1, 2024
1 parent eba9ebe commit 84110bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ final class AnalyzerPlugin(val global: Global) extends Plugin { plugin =>
private object component extends PluginComponent {
val global: plugin.global.type = plugin.global
val runsAfter = List("typer")
override val runsBefore = List("patmat", "silencer")
override val runsBefore = List("patmat")
val phaseName = "avsAnalyze"

import global._
Expand Down

0 comments on commit 84110bd

Please sign in to comment.