summaryrefslogtreecommitdiff
path: root/test/files/pos/t3152.scala
Commit message (Collapse)AuthorAgeFilesLines
* closes #3152: refactored adjustTypeArgs and met...Adriaan Moors2010-03-101-0/+20
closes #3152: refactored adjustTypeArgs and methTypeArgs so that tparams are correctly split into ones that were inferred successfully, and that thus have a corresponding type argument, and those that weren't determined I didn't investigate the exact cause of the final error message in the bug report, but Jason Zaugg's observations seems correct and I never liked that uninstantiated buffer in the first place. review by odersky