summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1004.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t1004.scala')
-rw-r--r--test/pending/pos/t1004.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/pending/pos/t1004.scala b/test/pending/pos/t1004.scala
deleted file mode 100644
index e86631acea..0000000000
--- a/test/pending/pos/t1004.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object A {
- def main(args: Array[String]) = {
- val x = new { def copy(a : this.type) = a };
- x.copy(x)
- }
-}