prettier/tests/typescript_decorators/interface.ts

7 lines
92 B
TypeScript

// invalid place but shouldn't be removed
@hello()
interface MyInterface {
id: string;
}