File tree 1 file changed +5
-16
lines changed
1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
- <!--
2
- Thank you for contributing to TypeScript! Please review this checklist
3
- before submitting your issue.
4
- [ ] Many common issues and suggestions are addressed in the FAQ
5
- https://github.com/Microsoft/TypeScript/wiki/FAQ
6
- [ ] Search for duplicates before logging new issues
7
- https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue
8
- [ ] Questions are best asked and answered at Stack Overflow
9
- http://stackoverflow.com/questions/tagged/typescript
1
+ <!-- BUGS: Please use this template. -->
2
+ <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
3
+ <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
10
4
11
- For bug reports, please include the information below.
12
- __________________________________________________________ -->
13
-
14
- ** TypeScript Version:**
15
-
16
- 1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)
5
+ ** TypeScript Version:** 1.8.0 / nightly (2.0.0-dev.201xxxxx)
17
6
18
7
** Code**
19
8
20
9
``` ts
21
- // A self-contained demonstration of the problem follows...
10
+ // A * self-contained* demonstration of the problem follows...
22
11
23
12
```
24
13
You can’t perform that action at this time.
0 commit comments