summaryrefslogtreecommitdiff
path: root/test/files/neg/t1477.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1477.scala')
-rw-r--r--test/files/neg/t1477.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t1477.scala b/test/files/neg/t1477.scala
index a9a6d678ca..ab13f14b06 100644
--- a/test/files/neg/t1477.scala
+++ b/test/files/neg/t1477.scala
@@ -8,7 +8,7 @@ object Test extends App {
type V <: D
val y: V#T = new B { }
}
-
+
trait Middle extends C {
type V <: (D with U)
}