summaryrefslogtreecommitdiff
path: root/test/files/run/t6028.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-09-09 09:20:39 +0200
committerAdriaan Moors <adriaan.moors@typesafe.com>2016-09-26 16:00:14 -0700
commit5f64ee5ad1148563409c4e7cfbdd51577589d3e1 (patch)
tree113ffe5d58f93343d121dd16244f039993192eb1 /test/files/run/t6028.check
parent9a39e0c283ac60edabb8dba9ad8513199112882a (diff)
downloadscala-5f64ee5ad1148563409c4e7cfbdd51577589d3e1.tar.gz
scala-5f64ee5ad1148563409c4e7cfbdd51577589d3e1.tar.bz2
scala-5f64ee5ad1148563409c4e7cfbdd51577589d3e1.zip
Cast more pro-actively in synthetic accessor trees.
Also narrow scope of afterOwnPhase.
Diffstat (limited to 'test/files/run/t6028.check')
-rw-r--r--test/files/run/t6028.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6028.check b/test/files/run/t6028.check
index 80f8698ecf..903ea3b753 100644
--- a/test/files/run/t6028.check
+++ b/test/files/run/t6028.check
@@ -59,7 +59,7 @@ package <empty> {
final <stable> private[this] def MethodLocalObject$1(barParam$1: Int, MethodLocalObject$module$1: runtime.VolatileObjectRef): T#MethodLocalObject$2.type = {
if (MethodLocalObject$module$1.elem.$asInstanceOf[T#MethodLocalObject$2.type]().eq(null))
T.this.MethodLocalObject$lzycompute$1(barParam$1, MethodLocalObject$module$1);
- MethodLocalObject$module$1.elem.$asInstanceOf[T#MethodLocalObject$2.type]()
+ (MethodLocalObject$module$1.elem.$asInstanceOf[T#MethodLocalObject$2.type](): T#MethodLocalObject$2.type)
};
@SerialVersionUID(value = 0) final <synthetic> class $anonfun$tryy$1 extends scala.runtime.AbstractFunction0$mcV$sp with Serializable {
def <init>($outer: T, tryyParam$1: Int, tryyLocal$1: runtime.IntRef): <$anon: Function0> = {