summaryrefslogtreecommitdiff
path: root/test/files/pos/channels.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-3/+3
|
* Renamed Application to App.Martin Odersky2011-02-211-2/+2
|
* int -> Int, etc..michelou2008-05-201-4/+4
|
* enabled -Xunapply.Martin Odersky2007-01-161-0/+30
fixed bug contrib 291. Added Map/Set types to Predef. Option no longer inherits from Iterable, but there's an implicit conversion. various other small things.