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.
1 parent 382ba38 commit e3eacaeCopy full SHA for e3eacae
tests/plugins/run/scriptWrapper/LineNumberPlugin_1.scala
@@ -12,7 +12,7 @@ class LineNumberPlugin extends StandardPlugin {
12
val name: String = "linenumbers"
13
val description: String = "adjusts line numbers of script files"
14
15
- override def initialize(options: List[String])(using Context): List[PluginPhase] = FixLineNumbers() :: Nil
+ override def init(options: List[String]): List[PluginPhase] = FixLineNumbers() :: Nil
16
}
17
18
// Loosely follows Mill linenumbers plugin (scan for marker with "original" source, adjust line numbers to match)
0 commit comments