Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Brian Ng <bng412@gmail.com>
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
class foo {
|
|
static {
|
|
this // should not be replaced by undefined
|
|
}
|
|
}
|