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.
2 parents 1d56bb1 + ab16b3b commit c77213eCopy full SHA for c77213e
compiler/src/dotty/tools/dotc/parsing/Parsers.scala
@@ -893,7 +893,6 @@ object Parsers {
893
in.nextToken()
894
otherArgs(NamedArg(name, typ()), namedTypeArg)
895
case firstArg =>
896
- if (in.token == EQUALS) println(s"??? $firstArg")
897
otherArgs(firstArg, typ)
898
}
899
else commaSeparated(typParser)
0 commit comments