prettier/tests/flow_method/comment.js

7 lines
90 B
JavaScript

type Foo = {
method(
arg: number, // I belong with baz
qux: string
) : void
}