Skip to content

Commit f8d060d

Browse files
committed
Fix import in analyzer plugin
1 parent 73aae37 commit f8d060d

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
@@ -14,7 +14,7 @@ import Decorators._
1414
import Symbols.Symbol
1515
import Constants.Constant
1616
import Types._
17-
import transform.ElimRepeated
17+
import transform.ProtectedAccessors
1818

1919
class InitPlugin extends StandardPlugin {
2020
import tpd._

0 commit comments

Comments
 (0)