summaryrefslogtreecommitdiff
path: root/test/files/neg/depmet_1.flags
Commit message (Collapse)AuthorAgeFilesLines
* dependent methods types are now always enabledAdriaan Moors2011-10-201-1/+0
| | | | | | | | | | 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
* closes #1569, #3731: refactored dependent metho...Adriaan Moors2010-09-161-0/+1
closes #1569, #3731: refactored dependent method types to get rid of debruijn indices and use singleton types instead. this is the core of the dependent types refactoring, no implicit or inference changes (one baffling discovery: resultType should drop annotations that don't subclass TypeConstraint, even in the trivial case... wow -- thanks to Tiark for helping me figure it out on a terrace in Barcelona TODO: probably need a more principled approach to the propagation of plugin type-annotations) review by odersky