summaryrefslogtreecommitdiff
path: root/test/files/pos/t1722/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1722/Test.scala')
-rwxr-xr-xtest/files/pos/t1722/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1722/Test.scala b/test/files/pos/t1722/Test.scala
index 5685d8f40a..f236d3fdc4 100755
--- a/test/files/pos/t1722/Test.scala
+++ b/test/files/pos/t1722/Test.scala
@@ -1,5 +1,5 @@
package t1722
object Test {
- val x = new AnyRef with C
+ val x = new AnyRef with C
}