15
15
16
16
17
17
goTo . marker ( "1" ) ;
18
+ verify . completionListContains ( "async" , "async" , /*documentation*/ undefined , "keyword" ) ;
18
19
verify . not . completionListContains ( "public" , "public" , /*documentation*/ undefined , "keyword" ) ;
19
20
verify . not . completionListContains ( "private" , "private" , /*documentation*/ undefined , "keyword" ) ;
20
21
verify . not . completionListContains ( "protected" , "protected" , /*documentation*/ undefined , "keyword" ) ;
@@ -26,6 +27,7 @@ verify.not.completionListContains("get", "get", /*documentation*/ undefined, "ke
26
27
verify . not . completionListContains ( "set" , "set" , /*documentation*/ undefined , "keyword" ) ;
27
28
28
29
goTo . marker ( "2" ) ;
30
+ verify . completionListContains ( "async" , "async" , /*documentation*/ undefined , "keyword" ) ;
29
31
verify . not . completionListContains ( "public" , "public" , /*documentation*/ undefined , "keyword" ) ;
30
32
verify . not . completionListContains ( "private" , "private" , /*documentation*/ undefined , "keyword" ) ;
31
33
verify . not . completionListContains ( "protected" , "protected" , /*documentation*/ undefined , "keyword" ) ;
@@ -41,3 +43,4 @@ verify.completionListContainsClassElementKeywords();
41
43
42
44
goTo . marker ( "4" ) ;
43
45
verify . completionListContainsClassElementKeywords ( ) ;
46
+
0 commit comments