aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t7475b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t7475b.scala')
-rw-r--r--tests/pending/pos/t7475b.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/pending/pos/t7475b.scala b/tests/pending/pos/t7475b.scala
deleted file mode 100644
index a34743b8b..000000000
--- a/tests/pending/pos/t7475b.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-trait U {
-}
-
-trait T {
- type TT = Any with T with U
- private val priv = 0
- (??? : TT).priv
-}