summaryrefslogtreecommitdiff
path: root/test/files/run/reflect-resolveoverload-invalid.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed resolveOverloadedclhodapp2012-07-301-43/+0
| | | | It was decided to remove it until the next release
* SI-6061 adds weakly conformance for number types to resolveOverloadedDominik Gruntz2012-07-111-1/+1
| | | | | | | This fix changes resolveOverloaded in scala.reflect.internal so that numeric widening on the actual argument types is also considered for primitive number types. Needs changes in functions applicable and mostSpecific.
* New logic for TermSymbol.resolveOverloadedclhodapp2012-07-081-0/+43