Open
Description
Some examples:
interface Foo {
abstract method();
}
type Foo = {static bar};
function foo(private parameter) {}
class Foo {
declare get getter() {}
}
More cases can be found in https://github.com/prettier/prettier/blob/main/tests/format/misc/errors/typescript/modifiers/format.test.js