add a test for const
svn: r13750
This commit is contained in:
parent
09b5ece200
commit
09c6c96099
|
@ -14,4 +14,6 @@ obj test(t, a, b){
|
||||||
}
|
}
|
||||||
|
|
||||||
var x = 3;
|
var x = 3;
|
||||||
|
const y = 2;
|
||||||
test("x = 3", x, 3);
|
test("x = 3", x, 3);
|
||||||
|
test("y = 2", y, 2);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user