4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
class Foo {
|
|
set foo(this: string) {}
|
|
}
|
class Foo {
|
|
set foo(this: string) {}
|
|
}
|