summaryrefslogtreecommitdiff
path: root/test/files/run/macroPlugins-namerHooks.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-07-02 14:06:06 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-07-03 15:23:28 +0200
commitc07442d8d2df084e7f22ca1c5102858a6aa15807 (patch)
tree6822d595deb578d49f4b0a0eddd0e1745f88b70b /test/files/run/macroPlugins-namerHooks.check
parenta179845fd5fae45cfab714db667fc140985e3a89 (diff)
downloadscala-c07442d8d2df084e7f22ca1c5102858a6aa15807.tar.gz
scala-c07442d8d2df084e7f22ca1c5102858a6aa15807.tar.bz2
scala-c07442d8d2df084e7f22ca1c5102858a6aa15807.zip
Set -Xsource to 2.12 by default
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>(); () })