summaryrefslogtreecommitdiff
path: root/test/files/pos/depmet_implicit_chaining_zw.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
* part 2 of the dependent method refactoring: imp...Adriaan Moors2010-09-161-0/+1
part 2 of the dependent method refactoring: improved interaction with implicit search (needed for oopsla paper) more to come in this area, see e.g. #3346 (stanford edsl stuff) reopens #13, which wasn't fixed properly before imo, anyway (have a look at -Xprint:typer output before this commit: a type that's not expressible in surface syntax is inferred -- also removed duplicate test file) closes #3731: co-evolve type alias type symbols when their rhs is updated and they are referenced by type selections (see typemap) review by odersky