mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 22:15:18 -05:00
Update baseline after merge
This commit is contained in:
@@ -27,5 +27,5 @@ function F() {
|
||||
function as() { }
|
||||
}
|
||||
function H() {
|
||||
var as = ({ as: 1 }).as;
|
||||
var as = { as: 1 }.as;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user