Just making sure that concise methods are separated by commas. When classes come, they won't be necessary.
This commit is contained in:
parent
0d8dea9538
commit
da8c428a07
|
|
@ -142,10 +142,11 @@ concise_methods: {
|
|||
y = {
|
||||
foo([{a}]) {
|
||||
return a;
|
||||
}
|
||||
},
|
||||
bar(){}
|
||||
}
|
||||
}
|
||||
expect_exact: "x={foo(a,b){return x}};y={foo([{a}]){return a}};"
|
||||
expect_exact: "x={foo(a,b){return x}};y={foo([{a}]){return a},bar(){}};"
|
||||
}
|
||||
|
||||
number_literals: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user