summaryrefslogtreecommitdiff
path: root/test/files/pos/t8523.scala
Commit message (Collapse)AuthorAgeFilesLines
* makes bundles friendly to -Ywarn-dead-codeEugene Burmako2014-04-211-0/+10
Apparently, the `new Bundle(???).impl` synthetic tree generated as a macro impl ref for bundles evokes -Ywarn-dead-code warnings. This pull requests changes `???` to `null` in order not to stress out the checker. What's in the argument doesn't actually make any difference anyway.