Just making sure that concise methods are separated by commas. When classes come, they won't be necessary.

This commit is contained in:
Fábio Santos
2015-10-23 18:59:07 +01:00
committed by Richard van Velzen
parent 0d8dea9538
commit da8c428a07

View File

@@ -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: {