aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/neg
Commit message (Collapse)AuthorAgeFilesLines
* Move tests to right directoryMartin Odersky2016-08-262-0/+12
|
* Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-151-21/+0
|
* Add tests for unbound wildcard typesClemens Winter2016-08-011-0/+21
|
* 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.