X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/nitpretty_args29.res b/tests/sav/nitpretty_args29.res index b8d17b3..4d75c17 100644 --- a/tests/sav/nitpretty_args29.res +++ b/tests/sav/nitpretty_args29.res @@ -15,7 +15,8 @@ class Foo fun bar: Bool do return true - fun foo(other: Foo): Foo do + fun foo(other: Foo): Foo + do if other.bar then return other else @@ -34,7 +35,8 @@ class Foo return nb end - fun gaz: Int do + fun gaz: Int + do if bar then # 3 return 1 else @@ -122,4 +124,4 @@ var body = """ -""" \ No newline at end of file +"""