Skip to content

Commit b48c03c

Browse files
committed
Minor
1 parent b009883 commit b48c03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkmc2/shared/src/main/scala/hkmc2/syntax/Parser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ abstract class Parser(
788788
opSplitImpl(OpApp(lhs, Ident(op).withLoc(S(l0)), rhs :: Nil), splittingOpLoc, prec, newAcc)
789789
case (tok, loc) :: _ => // TODO indented op block
790790
// More tokens (instead of newline or indent) after e
791-
println(s"found ${tok.describe} in opSplit after e")
791+
// println(s"found ${tok.describe} in opSplit after e")
792792
err(msg"Unexpected ${tok.describe} in this operator split inner position" -> S(loc)::
793793
msg"Note: the operator split starts here" -> S(splittingOpLoc)
794794
:: Nil)

0 commit comments

Comments
 (0)