summaryrefslogtreecommitdiff
path: root/test/files/pos/bug430-feb09.scala
Commit message (Collapse)AuthorAgeFilesLines
* When inferring a type is scala.Whatever, have t...Paul Phillips2009-02-221-0/+34
When inferring a type is scala.Whatever, have to take care to _root_ qualify it so a package named scala doesn't subvert it. Fixes #430.