aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6506.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6506.scala')
-rw-r--r--tests/pending/run/t6506.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/pending/run/t6506.scala b/tests/pending/run/t6506.scala
deleted file mode 100644
index 64a097b6b..000000000
--- a/tests/pending/run/t6506.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- new WL(new {} #:: S) with T
- }
- object S { def #::(a: Any): Any = () }
- trait T
- class WL(a: Any)
-}