From 50c1c42f619d347303d10375943734d817169e6a Mon Sep 17 00:00:00 2001 From: Pavel Pavlov Date: Wed, 5 Feb 2014 14:44:19 +0700 Subject: PR #3233 cleanup - `::.head` became a `val`; excessive accessor removed - SerializationProxy moved to `object List` --- test/files/jvm/t6941/Analyzed_1.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm/t6941') diff --git a/test/files/jvm/t6941/Analyzed_1.scala b/test/files/jvm/t6941/Analyzed_1.scala index 549abd5e64..b6951f71ee 100644 --- a/test/files/jvm/t6941/Analyzed_1.scala +++ b/test/files/jvm/t6941/Analyzed_1.scala @@ -6,6 +6,6 @@ class SameBytecode { } def b(xs: List[Int]) = xs match { - case xs: ::[Int] => xs.hd$1 + case xs: ::[Int] => xs.head } } \ No newline at end of file -- cgit v1.2.3