TypeScript/tests/cases/compiler/invalidTripleSlashReference.ts

5 lines
204 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='filedoesnotexist.ts'/>
/// <reference path='otherdoesnotexist.d.ts'/>
// this test doesn't actually give the errors you want due to the way the compiler reports errors
var x = 1;