TypeScript/tests/baselines/reference/contextualTyping1.js

5 lines
No EOL
115 B
TypeScript

//// [contextualTyping1.ts]
var foo: {id:number;} = {id:4};
//// [contextualTyping1.js]
var foo = { id: 4 };\n