summaryrefslogtreecommitdiff
path: root/test/files/run/array-existential-bound.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix for crasher where Arrays meet abstract types.Paul Phillips2012-01-061-0/+4
This sort of thing was crashing. No longer. trait Fooz[Q <: Array[_]] { def f0(x: Q) = x.length }