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
30 B
JavaScript
4 lines
30 B
JavaScript
function B() {
|
|
var B = 1;
|
|
}
|