summaryrefslogtreecommitdiff
path: root/test/files/pos/test4.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/test4.scala')
-rw-r--r--test/files/pos/test4.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/test4.scala b/test/files/pos/test4.scala
index c71b65a283..0bbb6f97a0 100644
--- a/test/files/pos/test4.scala
+++ b/test/files/pos/test4.scala
@@ -10,7 +10,7 @@ module test {
import test._;
-trait S extends o.I[D] with {
+trait S extends o.I[D] {
def bar: E = foo(c,d);
}