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 b42c17f commit 84e4022Copy full SHA for 84e4022
src/dotty/tools/dotc/parsing/JavaParsers.scala
@@ -29,7 +29,6 @@ import scala.reflect.internal.util.Collections._
29
object JavaParsers {
30
31
import ast.untpd._
32
- import reporting.diagnostic.syntax._
33
34
class JavaParser(source: SourceFile)(implicit ctx: Context) extends ParserCommon(source) {
35
src/dotty/tools/dotc/parsing/MarkupParsers.scala
@@ -32,7 +32,6 @@ import Utility._
object MarkupParsers {
36
37
case object MissingEndTagControl extends ControlThrowable {
38
override def getMessage = "start tag was here: "
0 commit comments