summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-02-05 09:20:55 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-02-05 09:20:55 -0800
commitd41e6d501b63445003867e3f4e13628a4918213b (patch)
treed9a50283b763d2e3bdfa5e60219a88ab371686b5 /test
parentca866667f30b19ea94fb4b8d99b6ff6d4a16675a (diff)
parent50c1c42f619d347303d10375943734d817169e6a (diff)
downloadscala-d41e6d501b63445003867e3f4e13628a4918213b.tar.gz
scala-d41e6d501b63445003867e3f4e13628a4918213b.tar.bz2
scala-d41e6d501b63445003867e3f4e13628a4918213b.zip
Merge pull request #3465 from pavelpavlov/list-head-val
PR #3233 cleanup
Diffstat (limited to 'test')
-rw-r--r--test/files/jvm/t6941/Analyzed_1.scala2
1 files changed, 1 insertions, 1 deletions
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