prettier/tests/typescript/compiler/commentsInterface.ts

4 lines
64 B
TypeScript

interface i2 {
foo: (/**param help*/b: number) => string;
}