4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
class Foo {
|
|
constructor: () => this;
|
|
}
|
class Foo {
|
|
constructor: () => this;
|
|
}
|