summaryrefslogtreecommitdiff
path: root/test/files/run/delambdafy_uncurry_inline.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/delambdafy_uncurry_inline.check')
-rw-r--r--test/files/run/delambdafy_uncurry_inline.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/delambdafy_uncurry_inline.check b/test/files/run/delambdafy_uncurry_inline.check
index e2b024b462..5521cc4a2c 100644
--- a/test/files/run/delambdafy_uncurry_inline.check
+++ b/test/files/run/delambdafy_uncurry_inline.check
@@ -7,7 +7,7 @@ package <empty> {
};
def bar(): Unit = {
val f: Int => Int = {
- @SerialVersionUID(0) final <synthetic> class $anonfun extends scala.runtime.AbstractFunction1[Int,Int] with Serializable {
+ @SerialVersionUID(value = 0) final <synthetic> class $anonfun extends scala.runtime.AbstractFunction1[Int,Int] with Serializable {
def <init>(): <$anon: Int => Int> = {
$anonfun.super.<init>();
()