aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1753.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix $1753 Better comparison of path typesMartin Odersky2016-11-301-0/+22
In this case, a path went through a type parameter which was aliased to a singleton type. Need to dealias to get to the special case handling two paths.