Merge branch 'master' into noImplicitAnyOnCast

This commit is contained in:
Mohamed Hegazy
2014-09-05 16:46:41 -07:00
212 changed files with 568 additions and 370 deletions

View File

@@ -0,0 +1,4 @@
// @declaration: true
// @noresolve: true
/// <reference path="invalid.ts" />
var x = 0;

View File

@@ -0,0 +1,3 @@
// @declaration: true
/// <reference path="invalid.ts" />
var x = 0;