summaryrefslogtreecommitdiff
path: root/test/files/neg/t5969.check
Commit message (Collapse)AuthorAgeFilesLines
* Closes SI-5969.Hubert Plociniczak2012-07-021-0/+7
Assumption that we enter tryTwice when inferring the right alternative with an empty buffer is wrong. In this particular bug it manifested itself on if/then/else which share the same context and 'else' branch was simply flushing the buffer with an error from the 'then' branch.