From 9cea5f6198e89f886768a45f304dfaa8f769784f Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sun, 16 Aug 2009 22:23:54 +0000 Subject: Test in pending for #2261. --- test/pending/pos/bug2261.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/pending/pos/bug2261.scala (limited to 'test/pending/pos') diff --git a/test/pending/pos/bug2261.scala b/test/pending/pos/bug2261.scala new file mode 100644 index 0000000000..528f769171 --- /dev/null +++ b/test/pending/pos/bug2261.scala @@ -0,0 +1,6 @@ +object Test extends Application { + class Bob[T] + implicit def foo2bar[T](xs: List[T]): Bob[T] = new Bob[T] + var x: Bob[Int] = null + x = List(1,2,3) +} \ No newline at end of file -- cgit v1.2.3