prettier/tests/typescript/compiler/commentsInterface.ts

4 lines
64 B
TypeScript
Raw Normal View History

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