TypeScript/tests/cases/fourslash/goToDefinitionBuiltInTypes.ts
2016-09-02 10:12:40 -07:00

11 lines
247 B
TypeScript

/// <reference path='fourslash.ts'/>
////var n: /*number*/number;
////var s: /*string*/string;
////var b: /*boolean*/boolean;
////var v: /*void*/void;
for (const marker of test.markerNames()) {
verify.goToDefinition(marker, []);
}