10 lines
62 B
JavaScript
10 lines
62 B
JavaScript
class Foo {
|
|
[x]
|
|
['y']
|
|
}
|
|
|
|
class Foo2 {
|
|
[p]
|
|
[m] () {}
|
|
}
|