summaryrefslogtreecommitdiff
path: root/test/files/pos/t3792.scala
Commit message (Collapse)AuthorAgeFilesLines
* closes #3792: type equality for singleton types...Adriaan Moors2010-09-221-0/+4
closes #3792: type equality for singleton types did not take type aliases into account while chasing the chain of underlying types (if the underlying type is an alias of a singleton type, it should be followed) review by odersky