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