summaryrefslogtreecommitdiff
path: root/test/files/pos/depmet_implicit_oopsla_session_simpler.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-131-1/+1
| | | | This has been deprecated since at least 2.7.7, so it should be good to go.
* Begone t1737...Hubert Plociniczak2011-11-021-2/+2
|
* part 2 of the dependent method refactoring: imp...Adriaan Moors2010-09-161-0/+44
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