summaryrefslogtreecommitdiff
path: root/test/pending
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending')
-rw-r--r--test/pending/pos/bug1085.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/pending/pos/bug1085.scala b/test/pending/pos/bug1085.scala
deleted file mode 100644
index 8330b7e399..0000000000
--- a/test/pending/pos/bug1085.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-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