Require parentheses around operator and setter arguments.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
bar = value { IO.print("set") }
|
||||
bar=(value) { IO.print("set") }
|
||||
bar { IO.print("get") }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user