aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/typetestcast.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-281-0/+12
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.