Require parentheses around operator and setter arguments.

This commit is contained in:
Bob Nystrom
2014-04-08 17:54:37 -07:00
parent 45701692af
commit dca58ff747
19 changed files with 40 additions and 35 deletions
@@ -3,7 +3,7 @@ class Foo {
IO.print("getter")
}
setter = value {
setter=(value) {
IO.print("setter")
}