From 5824594015d7a8871e14ad694100b3503bfdef1c Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Tue, 14 Sep 2010 15:11:28 +0000 Subject: Close #3835, review by extempore --- test/files/run/t3835.check | 2 ++ test/files/run/t3835.scala | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 test/files/run/t3835.check create mode 100644 test/files/run/t3835.scala (limited to 'test/files') diff --git a/test/files/run/t3835.check b/test/files/run/t3835.check new file mode 100644 index 0000000000..995415951d --- /dev/null +++ b/test/files/run/t3835.check @@ -0,0 +1,2 @@ +6 +1 diff --git a/test/files/run/t3835.scala b/test/files/run/t3835.scala new file mode 100644 index 0000000000..1f0e35a89a --- /dev/null +++ b/test/files/run/t3835.scala @@ -0,0 +1,4 @@ +object Test extends Application { + println((1, 2, 3) match { case (r, \u03b8, \u03c6) => r + \u03b8 + \u03c6 }) + println(1 match { case \u00e9 => \u00e9 }) +} -- cgit v1.2.3