summaryrefslogtreecommitdiff
path: root/test/files/pos/t5958.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5958 This deserves a stable typeAdriaan Moors2012-07-261-0/+15
`this` (or the self variable) passed as an actual argument to a method should receive a singleton type when computing the method's resultType this is necessary if the method's type depends on that argument