aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t7520.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t7520.scala')
-rw-r--r--tests/pending/pos/t7520.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/pending/pos/t7520.scala b/tests/pending/pos/t7520.scala
deleted file mode 100644
index 747f5278e..000000000
--- a/tests/pending/pos/t7520.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-class A {
- val x: Singleton with this.type = this
- val y: this.type = x
-}
-
-class B {
- val x = ""
- val xs: x.type with Singleton = x
- val y: x.type = xs
-}