aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i39.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/neg/i39.scala')
-rw-r--r--tests/neg/i39.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/neg/i39.scala b/tests/neg/i39.scala
index df53d9816..8a13a7d06 100644
--- a/tests/neg/i39.scala
+++ b/tests/neg/i39.scala
@@ -1,7 +1,7 @@
object i39neg {
trait B {
- type D <: { type T } // error
+ type D <: { type T }
def d: D
}