TypeScript/tests/baselines/reference/moduleInTypePosition1.errors.txt

12 lines
406 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/moduleInTypePosition1_1.ts (1 errors) ====
///<reference path='moduleInTypePosition1_0.ts'/>
import WinJS = require('moduleInTypePosition1_0');
var x = (w1: WinJS) => { };
~~~~~
!!! Cannot find name 'WinJS'.
==== tests/cases/compiler/moduleInTypePosition1_0.ts (0 errors) ====
export class Promise {
foo: string;
}