https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 0002d9553bf67fd31710c1f7fe0359a6db4f98b1 authored by Daniel Rosenwasser on 12 May 2017, 08:38:17 UTC
Accepted baselines.
Tip revision: 0002d95
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.2.1 / nightly (2.2.0-dev.201xxxxx)

**Code**

```ts
// A *self-contained* demonstration of the problem follows...

```

**Expected behavior:**

**Actual behavior:**
back to top