summaryrefslogtreecommitdiff
path: root/test/files/run/macroPlugins-namerHooks.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-07-08 10:36:47 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-07-08 10:36:47 -0700
commitbac96a3a51daa002b81e7c6d7a9d9aabb8c0d62c (patch)
tree380de6fd28f40f9c249938521d4d35ecbad9077e /test/files/run/macroPlugins-namerHooks.check
parentb92c3aff1ab8c76c4816bd7b1a82a0f87d787837 (diff)
parentcd878232b5747e8993bd0bae8c451c5128038130 (diff)
downloadscala-bac96a3a51daa002b81e7c6d7a9d9aabb8c0d62c.tar.gz
scala-bac96a3a51daa002b81e7c6d7a9d9aabb8c0d62c.tar.bz2
scala-bac96a3a51daa002b81e7c6d7a9d9aabb8c0d62c.zip
Merge pull request #4602 from lrytz/yoptInScala
Fix optimizer bugs and enable -Yopt:l:classpath when building scala
Diffstat (limited to 'test/files/run/macroPlugins-namerHooks.check')
-rw-r--r--test/files/run/macroPlugins-namerHooks.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/macroPlugins-namerHooks.check b/test/files/run/macroPlugins-namerHooks.check
index c2db5935d4..56b170cbd9 100644
--- a/test/files/run/macroPlugins-namerHooks.check
+++ b/test/files/run/macroPlugins-namerHooks.check
@@ -28,7 +28,7 @@ enterStat(<synthetic> val C$1: C = x$1.asInstanceOf[C])
enterSym(def <init>() = { super.<init>(); () })
enterSym(final override <synthetic> def toString() = "C")
enterSym(case <synthetic> def apply(x: Int, y: Int): C = new C(x, y))
-enterSym(case <synthetic> def unapply(x$0: C) = if (x$0.==(null)) scala.this.None else Some(scala.Tuple2(x$0.x, x$0.y)))
+enterSym(case <synthetic> def unapply(x$0: C): _root_.scala.Option[scala.Tuple2[Int, Int]] = if (x$0.==(null)) scala.this.None else Some(scala.Tuple2(x$0.x, x$0.y)))
enterStat(def <init>() = { super.<init>(); () })
enterStat(final override <synthetic> def toString() = "C")
enterSym(def <init>() = { super.<init>(); () })