From 6368ae7218c0af651f74a566f718a8b03a547ba2 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 11 Jul 2013 12:15:35 +1000 Subject: SI-7649 Fix positions for reshaped tag materializers 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. --- test/files/pos/t7649.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/t7649.flags (limited to 'test/files/pos/t7649.flags') diff --git a/test/files/pos/t7649.flags b/test/files/pos/t7649.flags new file mode 100644 index 0000000000..fcf951d907 --- /dev/null +++ b/test/files/pos/t7649.flags @@ -0,0 +1 @@ +-Yrangepos \ No newline at end of file -- cgit v1.2.3