aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t6231b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t6231b.scala')
-rw-r--r--tests/pending/pos/t6231b.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/pending/pos/t6231b.scala b/tests/pending/pos/t6231b.scala
deleted file mode 100644
index b4ddfe785..000000000
--- a/tests/pending/pos/t6231b.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-class Test {
- def f1(t: String) = {
- trait T {
- def xs = Nil map (_ => t)
- }
- ()
- }
-}