pull/16154/head
ComputerGuy 3 months ago
parent b874e049de
commit b701b3b95a

@ -14,6 +14,7 @@
class Foo<T> {
public name: string;
declare bar: string;
x = 'x' as const;
constructor(name: string) {
this.name = name;

Loading…
Cancel
Save