summaryrefslogtreecommitdiff
path: root/test/files/run/idempotency-lazy-vals.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/idempotency-lazy-vals.check')
-rw-r--r--test/files/run/idempotency-lazy-vals.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/idempotency-lazy-vals.check b/test/files/run/idempotency-lazy-vals.check
index 4dcbf96184..15afa5303c 100644
--- a/test/files/run/idempotency-lazy-vals.check
+++ b/test/files/run/idempotency-lazy-vals.check
@@ -18,6 +18,6 @@
};
val c: C = new C();
import c._;
- c.x.*(scala.this.Predef.implicitly[Int](c.y))
+ c.x.*(Predef.implicitly[Int](c.y))
}
error!