prettier/tests/typescript_readonly/readonly.ts

4 lines
48 B
TypeScript

class Foo {
public readonly foo = 'string';
}