aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/scoping2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/scoping2.scala')
-rw-r--r--tests/untried/pos/scoping2.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/untried/pos/scoping2.scala b/tests/untried/pos/scoping2.scala
index 39f3ef5f0..299c5e304 100644
--- a/tests/untried/pos/scoping2.scala
+++ b/tests/untried/pos/scoping2.scala
@@ -4,8 +4,8 @@ object That {
trait I {}
}
trait B {
- type T <: J;
- trait J {}
+ type T <: J;
+ trait J {}
}
trait C extends A with B {
type T <: I with J;