summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_typecheck_inferimplicitvalue.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-311-0/+13
Removes the `freeTypes` parameters on `typeCheckExpr` and `runExpr`, since we now have public `substituteTypes` on both trees and types. Also implements long-awaited `inferImplicitValue` and `inferImplicitView` (thanks to Miles Sabin for nudging me!)