summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/SI-3448.check
Commit message (Collapse)AuthorAgeFilesLines
* Scaladoc: workaround for untypical Map usecasesVlad Ureche2012-07-161-0/+1
SI-3448 partial fix: This enables a workaround for the fact that Map takes two type params while $Coll takes only one. But it doesn't fix the problem though, as there's one more piece missing from the puzzle - we need to adjust the `Coll`s in {immutable, mutable, concurrent}.Map to something that makes sense for the usecase. And that's not possible. But I'm committing this nevertheless, maybe other projects can benefit from it. And for SI-3448, the solution lies in automatic usecase generation, whenever that will be ready.