aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t3582b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t3582b.scala')
-rw-r--r--tests/pending/pos/t3582b.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/pending/pos/t3582b.scala b/tests/pending/pos/t3582b.scala
deleted file mode 100644
index f7778148e..000000000
--- a/tests/pending/pos/t3582b.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object ParamScoping {
- // scoping worked fine in the result type, but was wrong in body
- // reason: typedTypeDef needs new context, which was set up by typed1 but not by typedDefDef and typedClassDef
- def noOverlapFOwithHO[T, G[T]]: G[T] = null.asInstanceOf[G[T]]
-}