aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1907.scala
Commit message (Collapse)AuthorAgeFilesLines
* Disallow taking a class tag of Nothing or Null.Martin Odersky2017-02-011-0/+7
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.