TypeScript/tests/cases/fourslash/goToDefinitionBuiltInTypes.ts

11 lines
247 B
TypeScript
Raw Normal View History

2014-08-01 23:29:42 +02:00
/// <reference path='fourslash.ts'/>
////var n: /*number*/number;
////var s: /*string*/string;
////var b: /*boolean*/boolean;
////var v: /*void*/void;
2016-08-29 22:34:32 +02:00
for (const marker of test.markerNames()) {
verify.goToDefinition(marker, []);
}