summaryrefslogtreecommitdiff
path: root/test/files/res/bug722/Parser.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/res/bug722/Parser.scala')
-rw-r--r--test/files/res/bug722/Parser.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/res/bug722/Parser.scala b/test/files/res/bug722/Parser.scala
index 6d9739ed04..7f84cb2b63 100644
--- a/test/files/res/bug722/Parser.scala
+++ b/test/files/res/bug722/Parser.scala
@@ -2,7 +2,7 @@
package bug722;
trait Parser {
trait Link {
- def foo = {}
+ def foo() = {}
}
}