summaryrefslogtreecommitdiff
path: root/test/files/neg/t5683.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5683 Fail gracefully when transposing a ragged type arg matrix.Jason Zaugg2012-06-031-0/+23
The code used to do this, until `transpose` starting throwing IAE rather than AIOOBE. Symptomatic treatment only: The reported crasher now infers ill-kinded type args and reports an error.