TypeScript/tests/cases/compiler/declFileRegressionTests.ts
2014-07-12 17:30:19 -07:00

6 lines
164 B
TypeScript

// @declaration: true
// 'null' not converted to 'any' in d.ts
// function types not piped through correctly
var n = { w: null, x: '', y: () => { }, z: 32 };