summaryrefslogtreecommitdiff
path: root/test/files/pos/t7520.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7520 bug in subtyping.Paul Phillips2013-05-311-0/+10
isSubType, if given two SingleTypes, would check =:= and stop there. It is necessary to continue with weakening the left hand side, because (for instance) the singleton type on the left hand side could be a refinement class carrying parents which are themselves single or constant types.