TypeScript/tests/cases/fourslash/findAllRefsWithLeadingUnderscoreNames7.ts
Andy Hanson 8515f7e2b5 Change find-all-references tests to test for groups
* Also always test for isWriteAccess and isDefinition
2017-01-31 06:59:16 -08:00

8 lines
205 B
TypeScript

/// <reference path='fourslash.ts' />
////function [|{| "isWriteAccess": true, "isDefinition": true |}__foo|]() {
//// [|__foo|]();
////}
verify.singleReferenceGroup("function __foo(): void");