tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
with ({}) {
|
||||
}
|
||||
with ({x : 42}) {
|
||||
var foo = function () {
|
||||
"use strict";
|
||||
return x;
|
||||
};
|
||||
}
|
||||
with ({}) {
|
||||
}
|
||||
Reference in New Issue
Block a user