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
14
14
package util .parsing .combinator
15
15
16
16
import scala .annotation .migration
17
+ import scala .language .implicitConversions
17
18
18
19
/** `JavaTokenParsers` differs from [[scala.util.parsing.combinator.RegexParsers ]]
19
20
* by adding the following definitions:
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ package lexical
18
18
import token ._
19
19
import input .CharArrayReader .EofCh
20
20
import scala .collection .mutable
21
+ import scala .language .implicitConversions
21
22
22
23
/** This component provides a standard lexical parser for a simple,
23
24
* [[http://scala-lang.org Scala ]]-like language. It parses keywords and
You can’t perform that action at this time.
0 commit comments