summaryrefslogtreecommitdiff
path: root/test/files/pos/t5953.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renaming convertTo to to on GenTraversableOnce.Josh Suereth2012-06-281-1/+1
|
* Fix for SI-5953, extension methods crasher.Paul Phillips2012-06-191-0/+16
As usual, .tpe -> .tpeHK. As a side note following an old theme, if symbols of type parameters knew that they were symbols of type parameters, they could call tpeHK themselves rather than every call site having to do it. It's the operation which injects dummies which should require explicit programmer action, not the operation which faithfully reproduces the unapplied type. Were it that way, errors could be caught much more quickly via ill-kindedness. Seems like an improvement over lurking compiler crashes at every call to tparam.tpe.