TypeScript/tests/cases/conformance/expressions/typeGuards/typePredicateOnVariableDeclaration02.ts
Daniel Rosenwasser 050f52f07d Added tests.
2016-02-12 15:22:06 -08:00

3 lines
No EOL
44 B
TypeScript

// @declaration: true
var y: z is number;