add another test

pull/14750/head
Simon Holthausen 2 years ago
parent 861c8fc099
commit a7dc54605b

@ -8,6 +8,10 @@
console.log(this);
}
function foo(): string {
return ""!;
}
class Foo<T> {
public name: string;
x = 'x' as const;

Loading…
Cancel
Save