prettier/tests/rest/trailing-commas.js

12 lines
234 B
JavaScript
Raw Normal View History

declare class C {
f(
superSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperLong,
...args
): void,
}
function f(
superSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperLong,
...args
) {}