summaryrefslogtreecommitdiff
path: root/test/files/neg/structural.check
Commit message (Collapse)AuthorAgeFilesLines
* Error message improvement for SI-6336.Paul Phillips2012-09-191-9/+9
| | | | | Position error messages about structural type members at the problematic parameter or type.
* dependent methods types are now always enabledAdriaan Moors2011-10-201-4/+1
| | | | | | | | | | for now, left the old if(settings.YdepMethTpes.value) guards in comments removed *.flags containing -Ydependent-method-types also updated one check file with one fewer error no review
* Tighter type checking rules for structural type...Gilles Dubochet2009-11-081-16/+28
| | | | | | Tighter type checking rules for structural types that fix issues #967, #1004, #1388, #1494, and #1906.
* Attempted to resolve the improbable mess surrou...Paul Phillips2009-06-221-1/+1
| | | | | | | | Attempted to resolve the improbable mess surrounding implicit conversions from Unit. Modified test case which relied on the supposedly verboten behavior; verbotenized () => AnyRef; added new test case which fails if verboten behavior should ever return.
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-081-3/+3
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* Added test for structural refinement error cases.Gilles Dubochet2007-07-271-0/+19