TypeScript/tests/cases/fourslash/completionListBuilderLocations_properties.ts
Sheetal Nandi 37a2cddabc Give the class element completion on typing keywords like public, private, readonly
Also when name of the function is location, make sure we are actually looking at the same symbol before using the declaration to get signature to display
2017-05-05 11:30:32 -07:00

14 lines
262 B
TypeScript

/// <reference path='fourslash.ts' />
////var aa = 1;
////class A1 {
//// public static /*property1*/
////}
////class A2 {
//// public static a/*property2*/
////}
goTo.eachMarker(() => verify.completionListContainsClassElementKeywords());