| changeset 71781 | 3fd54f7f52b0 |
| parent 71601 | 97ccf48c2f0c |
| child 73359 | d8a0e996614b |
--- a/src/Pure/General/pretty.scala Wed Apr 22 13:45:02 2020 +0200 +++ b/src/Pure/General/pretty.scala Wed Apr 22 17:52:14 2020 +0200 @@ -76,7 +76,7 @@ val (line, rest) = Library.take_prefix[Tree]({ case Break(true, _, _) => false case _ => true }, prts) val len1 = ((0.0 /: line) { case (l, t) => l + t.length }) max len - rest match { + (rest: @unchecked) match { case Break(true, _, ind) :: rest1 => body_length(Break(false, indent1 + ind, 0) :: rest1, len1) case Nil => len1