https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 86b687dd58602c830da4db58cddbc952fddee541 authored by Ron Buckton on 05 December 2017, 18:58:30 UTC
Experimenting with new type operators
Tip revision: 86b687d
issue_template.md
<!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->

**TypeScript Version:**  2.4.0 / nightly (2.5.0-dev.201xxxxx)

**Code**

```ts
// A *self-contained* demonstration of the problem follows...
// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.
```

**Expected behavior:**

**Actual behavior:**
back to top