mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-24 11:43:18 -05:00
Merge branch 'master' into noImplicitAnyOnCast
This commit is contained in:
4
tests/cases/compiler/declarationEmit_invalidReference.ts
Normal file
4
tests/cases/compiler/declarationEmit_invalidReference.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// @declaration: true
|
||||
// @noresolve: true
|
||||
/// <reference path="invalid.ts" />
|
||||
var x = 0;
|
||||
@@ -0,0 +1,3 @@
|
||||
// @declaration: true
|
||||
/// <reference path="invalid.ts" />
|
||||
var x = 0;
|
||||
Reference in New Issue
Block a user