summaryrefslogtreecommitdiff
path: root/test/files/neg/t8146-non-finitary-2.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8146 Test cases for typechecking decidabilityJason Zaugg2014-01-141-0/+8
Taken from "On Decidability of Nominal Subtyping with Variance" (Pierce, Kennedy), which was implemented in 152563b. Part of the implementation (SubTypePair) will be changed in the following commit to fix the non-deterministic errors typechecking heavily nested types involving aliases or annotations.