From 83b67aa805fd1329d6bcc54b1c1fa16416437b6f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 2 Oct 2009 17:57:16 +0000 Subject: Sequence->Seq --- test/pending/pos/t2201.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/pending/pos/t2201.scala (limited to 'test/pending/pos/t2201.scala') diff --git a/test/pending/pos/t2201.scala b/test/pending/pos/t2201.scala new file mode 100644 index 0000000000..21af170cf1 --- /dev/null +++ b/test/pending/pos/t2201.scala @@ -0,0 +1,8 @@ +class Test +object Test { implicit def view(x : Test) = 0 } + +object Call { + def call(implicit view : Test => Int) = view(null) + call + call +} -- cgit v1.2.3