summaryrefslogtreecommitdiff
path: root/test/files/pos/t8498.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8498 @compileTimeOnly should be aware of bridge methods.Antoine Gourlay2014-08-211-0/+6
Calling a @compileTimeOnly method from another @compileTimeOnly method happens when the former gets a bridge method. It should not throw an error. Calling the bridge or the method will anyway.