From b6778be91900b8161e705dc2598ef7af86842b0b Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Wed, 2 Nov 2011 14:34:35 +0000 Subject: Begone t1737... --- test/pending/run/t3669.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pending/run/t3669.scala') diff --git a/test/pending/run/t3669.scala b/test/pending/run/t3669.scala index 4fd698c1a5..c60ba98538 100644 --- a/test/pending/run/t3669.scala +++ b/test/pending/run/t3669.scala @@ -1,5 +1,5 @@ trait MyTrait[T <: { var id: U }, U] { - def test(t: T): T = { + def test(t: T): T = { val v: U = t.id t.id = v t -- cgit v1.2.3