summaryrefslogtreecommitdiff
path: root/test/files/scalap/packageObject.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/packageObject.check')
-rw-r--r--test/files/scalap/packageObject.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalap/packageObject.check b/test/files/scalap/packageObject.check
index 5732d92958..d1d0bbf122 100644
--- a/test/files/scalap/packageObject.check
+++ b/test/files/scalap/packageObject.check
@@ -1,5 +1,5 @@
package object PackageObject extends scala.AnyRef {
def this() = { /* compiled code */ }
type A = scala.Predef.String
- def foo(i : scala.Int) : scala.Int = { /* compiled code */ }
+ def foo(i: scala.Int): scala.Int = { /* compiled code */ }
}