summaryrefslogtreecommitdiff
path: root/test/files/pos/t3373.scala
Commit message (Collapse)AuthorAgeFilesLines
* revert commit that probably broke the build due...Adriaan Moors2010-05-041-0/+11
| | | | | | | revert commit that probably broke the build due to a bug in closure elimination revert commit that reverted the commit that probably didn't break the build
* Revert r21790: "closes #3373, #3177: validity c...Adriaan Moors2010-05-041-11/+0
| | | | | | | | | | | | Revert r21790: "closes #3373, #3177: validity check of an implicit " value should consider the value as well as its accessor Revert r21792: " "sorry, last-minute edit broke build: re-added parens " will investigate how it broke and why my local pre-commit tests did not catch the failure... no review
* closes #3373, #3177: validity check of an impli...Adriaan Moors2010-05-041-0/+11
closes #3373, #3177: validity check of an implicit value should consider the value as well as its accessor review by odersky