summaryrefslogtreecommitdiff
path: root/test/files/run/idempotency-case-classes.scala
Commit message (Collapse)AuthorAgeFilesLines
* typeCheck => typecheckEugene Burmako2013-12-101-1/+1
| | | | | This method has always been slightly bothering me, so I was really glad when Denys asked me to rename it. Let’s see how it pans out.
* tests for idempotency issues in the typecheckerEugene Burmako2012-12-041-0/+22
For more details see https://issues.scala-lang.org/browse/SI-5464. Check files are intentionally very precise, so that we can monitor how the situation changes over time.