committed by
Richard van Velzen
parent
6fd9b338dd
commit
d9bc6f303c
@@ -82,4 +82,11 @@ arrow_functions_with_body: {
|
||||
b.join();
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
arrow_function_with_single_parameter_with_default: {
|
||||
input: {
|
||||
var foo = (a = 0) => doSomething(a);
|
||||
}
|
||||
expect_exact: "var foo=(a=0)=>doSomething(a);"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user