From 2f6d0cf0fd127be610e2627d89d363fe8cbb1cfe Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 6 Jan 2007 16:26:23 +0000 Subject: Added `:' to after line in error messages; chan... Added `:' to after line in error messages; changed unapply pattern matching. Changed TreeSet collection class. --- test/pending/pos/unapplyGeneric.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pending') diff --git a/test/pending/pos/unapplyGeneric.scala b/test/pending/pos/unapplyGeneric.scala index 3798d0b466..bf88816885 100644 --- a/test/pending/pos/unapplyGeneric.scala +++ b/test/pending/pos/unapplyGeneric.scala @@ -5,7 +5,7 @@ object Bar { class Bar[A,B](val _1:A, val _2:B) extends Product2[A,B] object Test { - Bar(2, 'a') match { + new Bar(2, 'a') match { case Bar(x,y) => } } -- cgit v1.2.3