Just making sure that concise methods are separated by commas. When classes come, they won't be necessary.
This commit is contained in:
committed by
Richard van Velzen
parent
0d8dea9538
commit
da8c428a07
@@ -142,10 +142,11 @@ concise_methods: {
|
|||||||
y = {
|
y = {
|
||||||
foo([{a}]) {
|
foo([{a}]) {
|
||||||
return 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: {
|
number_literals: {
|
||||||
|
|||||||
Reference in New Issue
Block a user