aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/neg
Commit message (Collapse)AuthorAgeFilesLines
* Hooks to check that comparisons with == / != make senseMartin Odersky2016-05-231-0/+126
| | | | | | | | | | Also, check that pattern matching against idents/selects/literals makes sense. The hooks perform an implicit search for an instance of `Eq[L, R]`, where `L`, `R` are the argument types. So far this always succeeeds because Eq.eqAny matches all such types. A separate commit will check the returned search term for validity.
* More neg testsMartin Odersky2016-03-121-0/+11
Some random neg tests from previous experiments.