summaryrefslogtreecommitdiff
path: root/test/files/res/bug735/ScalaExpressions.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/res/bug735/ScalaExpressions.scala')
-rw-r--r--test/files/res/bug735/ScalaExpressions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/res/bug735/ScalaExpressions.scala b/test/files/res/bug735/ScalaExpressions.scala
index aacc412b68..eb00f49cb2 100644
--- a/test/files/res/bug735/ScalaExpressions.scala
+++ b/test/files/res/bug735/ScalaExpressions.scala
@@ -1,6 +1,6 @@
package bug735;
trait ScalaExpressions {
- trait ExpressionFactory {
+ trait ExpressionFactory {
def foo = 10;
def bar : Int;
}