Issue 1: Variable attribute defines conflict with function.

test for this bug, it passed.
master
pur3mail 14 years ago
parent 3e2cbbf8d5
commit 9fde213c24

@ -0,0 +1,8 @@
// Test reported by sterowang, Variable attribute defines conflict with function.
function a (){};
b = {};
b.a = {};
a();
result = 1;
Loading…
Cancel
Save