aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t7853.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t7853.scala')
-rw-r--r--tests/pending/pos/t7853.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/pending/pos/t7853.scala b/tests/pending/pos/t7853.scala
deleted file mode 100644
index b0e9221e2..000000000
--- a/tests/pending/pos/t7853.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-trait S {
- trait T {
- this: Any =>
-
- trait U {
- trait V {
- S.this
- }
- }
- }
-}