From f42db99fd1220511017459206fbaad72025a1f8b Mon Sep 17 00:00:00 2001 From: buraq Date: Fri, 12 Sep 2003 13:27:48 +0000 Subject: added parentheses around x @ ('a','b')* --- test/files/run/regularpatmat.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/run/regularpatmat.scala b/test/files/run/regularpatmat.scala index 829b32c838..df0d55707f 100644 --- a/test/files/run/regularpatmat.scala +++ b/test/files/run/regularpatmat.scala @@ -97,7 +97,7 @@ object testBM { => { x } - case List( 'a'*, x @ ('a', 'b')* , y @ (('a','b','c') *) ) + case List( 'a'*, x @ (('a', 'b')*) , y @ (('a','b','c') *) ) => { y } -- cgit v1.2.3