We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
silencer
AnalyzerPlugin::runsBefore
1 parent eba9ebe commit 84110bdCopy full SHA for 84110bd
analyzer/src/main/scala/com/avsystem/commons/analyzer/AnalyzerPlugin.scala
@@ -70,7 +70,7 @@ final class AnalyzerPlugin(val global: Global) extends Plugin { plugin =>
70
private object component extends PluginComponent {
71
val global: plugin.global.type = plugin.global
72
val runsAfter = List("typer")
73
- override val runsBefore = List("patmat", "silencer")
+ override val runsBefore = List("patmat")
74
val phaseName = "avsAnalyze"
75
76
import global._
0 commit comments