File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
shared/src/main/scala/scala/util/parsing/combinator Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ package scala
1414package util .parsing .combinator
1515
1616import scala .annotation .migration
17+ import scala .language .implicitConversions
1718
1819/** `JavaTokenParsers` differs from [[scala.util.parsing.combinator.RegexParsers ]]
1920 * by adding the following definitions:
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ package lexical
1818import token ._
1919import input .CharArrayReader .EofCh
2020import scala .collection .mutable
21+ import scala .language .implicitConversions
2122
2223/** This component provides a standard lexical parser for a simple,
2324 * [[http://scala-lang.org Scala ]]-like language. It parses keywords and
You can’t perform that action at this time.
0 commit comments