Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Mar 12, 2024
1 parent d99b57b commit f360859
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -247,7 +247,7 @@ class Mx {
class A {
private readonly foo: string = 'bar';
constructor(foo: string) {
this.b = new (class {
const bar = new (class {
private readonly foo: string = 'baz';
constructor() {
this.foo = 'qux';
Expand Down

0 comments on commit f360859

Please sign in to comment.