mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
6 lines
50 B
JavaScript
6 lines
50 B
JavaScript
class C {
|
|
x = 1;
|
|
method() {
|
|
obj.#x;
|
|
}
|
|
}
|