summaryrefslogtreecommitdiff
path: root/test/files/neg/t0117.check
Commit message (Collapse)AuthorAgeFilesLines
* Changed Super to fix #4300Martin Odersky2011-03-141-1/+1
|
* Some uninteresting code related to error messag...Paul Phillips2010-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | Some uninteresting code related to error messages, which I'm checking in mostly because I booted the r23379 commit in a git-svn meltdown and posterity demands the message, which was: You can now use the self-type of an anonymous class as a singleton type in a pattern match ON THE MOON. Actual test case excerpt: val x4 = new { self => def f(x: Any) = x match { case _: x1.type => 1 case _: x2.type => 2 case _: x3.type => 3 case _: self.type => 4 case x: Dingus.type => x.IamDingus } } Closes #576, no review.
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-201-1/+1
| | | | | Updated neg check files to the new output of r17773
* updated check file for t0117Martin Odersky2007-11-051-1/+1
|
* fix^2 t0117Martin Odersky2007-11-051-0/+4