summaryrefslogtreecommitdiff
path: root/test/files/neg/scopes.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9847 Nuance pure expr statement warningSom Snytt2016-07-081-1/+1
| | | | | | | | | | Clarify the current warning, which means that an expression split over multiple lines may not be parsed as naively expected. When typing a block, attempt minor nuance. For instance, a single expression is not in need of parens. Try to avoid duplicate warnings for expressions that were adapted away from result position.
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-051-0/+4
| | | | | | | | Offer warning when demonstrably non-side-effecting expressions appear in statement position, which should be unintentional by definition. Threw in removal of six places with useless discarded expressions which the warning informed me about. No review.
* splitting up scopes test into two parts.Lukas Rytz2010-10-211-21/+8
| | | | | | | | | | the behavior on the IBM VMs is really funny. when running the scopes test individually (using partest or ant), it succeeds. even when running all the neg tests with ant it succeeds. but when running the whole test suite, it fails. no review.
* The next batch of tests put up a little more st...Paul Phillips2010-10-021-0/+35
| | | | | | | | | | | | | | The next batch of tests put up a little more struggle, but only a little. See test/pending/pos/unappgadteval.scala (the changes for which were in the previous commit) for an example of a test which might be on to something. Any idea what it would take to get it working? // the key lines case i @ Suc() => { (y: Int) => y + 1 } // a = Int => Int case f @ Lam[b,c](x, e) => { (y: b) => eval(e, env.extend(x, y)) } // a = b=>c No review.
* Moving currently problematic tests to pending.Geoffrey Washburn2008-08-051-30/+0
|
* build target is now 1.5Martin Odersky2008-01-171-1/+6
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* Massive check-in for IDE.Sean McDirmid2007-09-171-1/+1
|
* fixed slice methodMartin Odersky2007-02-201-2/+2
|
* fixed testsMartin Odersky2007-02-151-1/+1
|
* made pattern constructors termsymbolsMartin Odersky2007-01-311-4/+1
|
* added test case in neg/scopes.scalamichelou2007-01-081-7/+10
|
* added colonBurak Emir2007-01-071-8/+8
|
* added test in neg/scopes.scalamichelou2006-12-141-7/+10
|
* moved from pendingmichelou2006-12-131-0/+22