summaryrefslogtreecommitdiff
path: root/test/files/pos/t651.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t651.scala')
-rw-r--r--test/files/pos/t651.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t651.scala b/test/files/pos/t651.scala
index 44d20ad580..c146446af9 100644
--- a/test/files/pos/t651.scala
+++ b/test/files/pos/t651.scala
@@ -4,12 +4,12 @@ trait Test3 {
trait MatchableImpl {
trait MatchImpl;
}
-
+
trait BracePairImpl {
trait BraceImpl extends MatchableImpl {
private object MyMatch1 extends MatchImpl;
protected def match0 : MatchImpl = MyMatch1;
-
+
}
}
}