aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/typetest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Negtests with // error commentsvsalvis2016-02-181-1/+1
|
* Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-281-0/+7
Main change: Introduce JavaArrayType as a new type constructor for Java erased array. Translate all methods of Array class during erasure to primitive operations on arrays. Some other small fixes for more localized problems.