oxc/tasks/coverage/misc/fail/oxc-7582.js

6 lines
50 B
JavaScript

class C {
x = 1;
method() {
obj.#x;
}
}