summaryrefslogtreecommitdiff
path: root/test/files/neg/override.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-091-1/+1
|
* SI-5703: normalize refined types moreAdriaan Moors2012-05-031-1/+1
| | | | | | | | | to improve Array[T] java-interop with T[], normalize Object with Object{} to Object fix #SI-5688 by flattening refined types in parents updated check files to reflect flattening of refined types and updated position for refined types
* Fixed type soundness problem someone raised on ...Martin Odersky2010-08-121-0/+5
Fixed type soundness problem someone raised on hackers news. Test in override.scala. Review by moors.