== should format no-substitution template literal in type ==
export type Permission = `Test`;

[expect]
export type Permission = `Test`;
