summaryrefslogtreecommitdiff
path: root/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-04-15 22:27:42 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-04-17 21:34:39 +0200
commit40c1fe388be22c0ea9c68afcb08b41b69148026e (patch)
tree6849e9cbaae7dbf18f84ac07383cdbc525570ea4 /test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check
parentb37350b4126a1030d1060fd982d2ade6e2e5bd8e (diff)
downloadscala-40c1fe388be22c0ea9c68afcb08b41b69148026e.tar.gz
scala-40c1fe388be22c0ea9c68afcb08b41b69148026e.tar.bz2
scala-40c1fe388be22c0ea9c68afcb08b41b69148026e.zip
assorted stability fixes
Diffstat (limited to 'test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check')
-rw-r--r--test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check b/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check
new file mode 100644
index 0000000000..08f7cb9e3e
--- /dev/null
+++ b/test/pending/run/macro-expand-implicit-macro-defeats-type-inference.check
@@ -0,0 +1,6 @@
+openImplicits are: List()
+enclosingImplicits are: List((List[Int],scala.this.Predef.implicitly[List[Int]]))
+typetag is: ConcreteTypeTag[Nothing]
+openImplicits are: List()
+enclosingImplicits are: List((List[String],Test.this.bar[String]))
+typetag is: ConcreteTypeTag[Nothing]