Update baseline after merge

This commit is contained in:
Jason Freeman 2015-04-15 17:32:45 -07:00
parent edf1ae6d36
commit ce0dfc11b2

View File

@ -27,5 +27,5 @@ function F() {
function as() { }
}
function H() {
var as = ({ as: 1 }).as;
var as = { as: 1 }.as;
}