summaryrefslogtreecommitdiff
path: root/test/files/pos/t3866.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* closes #3281, #3866.Adriaan Moors2010-10-131-0/+17
I don't understand why we had to clear() the undoLog in the first place, since the undoXXX methods increase and decrease its size symmetrically, so the log should always be empty once they have all unwound. Was it a (premature) optimisation or was there some kind of semantic meaning to it that I didn't see? review by odersky