prettier/tests/no-semi-typescript/no-semi.ts

11 lines
183 B
TypeScript

class A {
bar: A;
[baz]
// none of the semicolons above this comment can be omitted.
// none of the semicolons below this comment are necessary.
bar: A;
private [baz]
}