summaryrefslogtreecommitdiff
path: root/test/files/pos/t7649.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7649 Fix positions for reshaped tag materializersJason Zaugg2013-07-111-0/+20
Calls to `materializeClassTag[T]` are replaced during reification with `implicitly[ClassTag[T]]` in the `reify` macro. This is done to avoid referring to symbols in scala-compiler.jar. Class- and Type-Tag materialization is treated in the same way. This commit positions the replacement trees to avoid triggering assertions under -Yrangepos.