aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/undet-classtag.scala
Commit message (Collapse)AuthorAgeFilesLines
* Update test fileMartin Odersky2017-02-011-0/+22
| | | | Updated with SI issues reported by Jason
* Disallow taking a class tag of Nothing or Null.Martin Odersky2017-02-011-0/+5
It seems in most cases this leads to weird behavior and cause confusing error messages later. It also means we cannot create an Array[Nothing], except by passing the classtag explicitly.