From 97caf77483fa29a81068a9b37da999e49bed016c Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 3 May 2007 09:43:45 +0000 Subject: pending test for bug 1085 --- test/pending/pos/bug1085.scala | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/pending/pos/bug1085.scala (limited to 'test/pending/pos') diff --git a/test/pending/pos/bug1085.scala b/test/pending/pos/bug1085.scala new file mode 100644 index 0000000000..8330b7e399 --- /dev/null +++ b/test/pending/pos/bug1085.scala @@ -0,0 +1,9 @@ +trait Functor[a] { + type MyType[a] +} + +object Test { + def listFunctor[a]: Functor[a]{type MyType[x]=List[x]} = new Functor[a] { + type MyType[t]=List[t] + } +} \ No newline at end of file -- cgit v1.2.3