summaryrefslogtreecommitdiff
path: root/test/files/run/t4761.scala
Commit message (Collapse)AuthorAgeFilesLines
* updated test cases for Scala Ant tasksmichelou2011-11-271-4/+0
|
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Fixes #4761.Aleksandar Pokopec2011-07-111-0/+15
This changes the signature of flatten - I do not see how to use a @bridge annotation here, since after erasure both the bridge and the original method have the same signature. Review by extempore.