From a35b6bc8e4369db8983d6d0d9881f37d7affbadd Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Sat, 30 Mar 2013 10:41:04 +0700 Subject: macroExpandAll is now triggered in all invocations of typed This is a port of https://github.com/scala/scala/commit/bb73b9669a from 2.10.x. --- test/files/pos/t5692c.check | 0 test/files/pos/t5692c.scala | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 test/files/pos/t5692c.check create mode 100644 test/files/pos/t5692c.scala diff --git a/test/files/pos/t5692c.check b/test/files/pos/t5692c.check new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/files/pos/t5692c.scala b/test/files/pos/t5692c.scala new file mode 100644 index 0000000000..fa5f0b2dcd --- /dev/null +++ b/test/files/pos/t5692c.scala @@ -0,0 +1,4 @@ +class C { + def foo[T: scala.reflect.ClassTag](xs: T*): Array[T] = ??? + foo() +} \ No newline at end of file -- cgit v1.2.3