TypeScript/tests/cases/fourslash/completionListAtIdentifierDefinitionLocations_interfaces.ts
2017-01-18 13:55:31 -08:00

10 lines
189 B
TypeScript

/// <reference path='fourslash.ts' />
////var aa = 1;
////interface /*interfaceName1*/
////interface a/*interfaceName2*/
goTo.eachMarker(() => verify.completionListIsEmpty());