summaryrefslogtreecommitdiff
path: root/test/files/neg/t6426.scala
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SI-6426, importable _."Adriaan Moors2013-12-101-5/+0
| | | | | | | This reverts commit d2316df920ffa4804fe51e8f8780240c46efa982. We can't make `_` an illegal identifier -- it's legal in Java, so we must be able to name these Java underscores.
* SI-6426, importable _.Paul Phillips2013-01-301-0/+5
[backport] Prohibit `_` as an identifier, it can only bring badness.