TypeScript/tests/cases/compiler/declFileRegressionTests.ts

6 lines
164 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
// @declaration: true
// 'null' not converted to 'any' in d.ts
// function types not piped through correctly
var n = { w: null, x: '', y: () => { }, z: 32 };