summaryrefslogtreecommitdiff
path: root/test/files/pos/t5667.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added/fixed test files for SI-6227Martin Odersky2012-08-291-2/+0
|
* Fix for implicit class / value class collision.Paul Phillips2012-05-031-0/+6
New this week, on SCALA. Implicit class: "Spin me up an implicit method with my name." Value class: "I need a companion object, pronto." Narrator: "All was well with this arrangement... UNTIL." What happens when these two wacky SIPs get together in the very same class? You'll laugh until, eventually, you cry! Weeknights at 9:30pm, only on SCALA. Closes SI-5667.