summaryrefslogtreecommitdiff
path: root/test/files/neg/t6895.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6895 Test cases to explain the limitations in tcpoly inferenceJason Zaugg2015-06-231-0/+26
I've determined that the failure in this bug report boils down to SI-2712. Submitting my working as neg tests for posterity. The type error disabmiguator develops a serious stutter with this example. I'll fix that in the following commit.