TypeScript/tests/cases/fourslash/goToDefinitionBuiltInValues.ts

12 lines
352 B
TypeScript
Raw Normal View History

2014-08-01 23:29:42 +02:00
/// <reference path='fourslash.ts'/>
////var u = /*undefined*/undefined;
////var n = /*null*/null;
////var a = function() { return /*arguments*/arguments; };
////var t = /*true*/true;
////var f = /*false*/false;
2014-08-01 23:29:42 +02:00
test.markers().forEach((m, i, a) => {
goTo.position(m.position, m.fileName);
verify.not.definitionLocationExists();
});