mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 02:15:12 -06:00
Update baseline after merge
This commit is contained in:
parent
edf1ae6d36
commit
ce0dfc11b2
@ -27,5 +27,5 @@ function F() {
|
||||
function as() { }
|
||||
}
|
||||
function H() {
|
||||
var as = ({ as: 1 }).as;
|
||||
var as = { as: 1 }.as;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user