TypeScript/tests/cases/fourslash/findAllRefsWithLeadingUnderscoreNames3.ts

11 lines
301 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
////class Foo {
2019-06-13 21:25:02 +02:00
//// [|public [|{| "isWriteAccess": true, "isDefinition": true, "contextRangeIndex": 0 |}___bar|]() { return 0; }|]
////}
////
////var x: Foo;
////x.[|___bar|];
verify.singleReferenceGroup("(method) Foo.___bar(): number", "___bar");