aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i566.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests to survive wellformedness checksMartin Odersky2015-10-221-1/+1
|
* As i566 shows, it is possible to have a package as prefix, a packageMartin Odersky2015-05-151-0/+5
object as owner and be followed by type arguments: reflect.classTag[T] expands to reflect.`package`.classTag[T]