summaryrefslogtreecommitdiff
path: root/test/files/neg/badtok-1.check
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SI-10133 Require escaped single quote char lit"Adriaan Moors2017-02-211-7/+1
|
* SI-10120 Extra advice on unclosed char literalSom Snytt2017-01-081-1/+4
| | | | | | | | | | Folks from other languages might mistakenly enclose a string in single quotes. Since this presents as a symbol literal followed by the unpaired single quote, we can add a syntax reminder. Also polish the wording for bad string interpolation.
* SI-10133 Require escaped single quote char litSom Snytt2017-01-081-1/+4
| | | | | | The spec specifically requires `'\''` and not `'''`. The error consumes all consecutive single quotes.
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-131-3/+3
| | | | | | | Trying to make typechecker faster by (1) new subtyping (2) better implicit caches. Disallowed '42 as a symbol. Added cache method to Mutable Maps. Better complietion in interactive.
* fixed bug in Parser and updated check files.Martin Odersky2009-06-251-3/+3
|
* massive new collections checkin.Martin Odersky2009-05-081-2/+2
|
* I hate the test script.Sean McDirmid2007-09-251-3/+3
|
* Fixing bugs neg/bug432.scala and neg/badtok-1.s...Sean McDirmid2007-09-251-2/+5
| | | | | | | Fixing bugs neg/bug432.scala and neg/badtok-1.scala. Also, removed buggy filtered mutable iterator. Replaced with one that doesn't support remove.
* Massive check-in for IDE.Sean McDirmid2007-09-171-5/+2
|
* (no commit message)Lex Spoon2007-03-161-0/+7