Skip to content

Commit

Permalink
add another test
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Dec 18, 2024
1 parent 861c8fc commit a7dc546
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
console.log(this);
}
function foo(): string {
return ""!;
}
class Foo<T> {
public name: string;
x = 'x' as const;
Expand Down

0 comments on commit a7dc546

Please sign in to comment.