The two function expression tests would fail before 6705de7. The function declaration test was not a failing case but is added here for completeness.
4 lines
35 B
JavaScript
4 lines
35 B
JavaScript
(function B() {
|
|
const B = 1;
|
|
});
|