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