1515
1616
1717goTo . marker ( "1" ) ;
18+ verify . completionListContains ( "async" , "async" , /*documentation*/ undefined , "keyword" ) ;
1819verify . not . completionListContains ( "public" , "public" , /*documentation*/ undefined , "keyword" ) ;
1920verify . not . completionListContains ( "private" , "private" , /*documentation*/ undefined , "keyword" ) ;
2021verify . not . completionListContains ( "protected" , "protected" , /*documentation*/ undefined , "keyword" ) ;
@@ -26,6 +27,7 @@ verify.not.completionListContains("get", "get", /*documentation*/ undefined, "ke
2627verify . not . completionListContains ( "set" , "set" , /*documentation*/ undefined , "keyword" ) ;
2728
2829goTo . marker ( "2" ) ;
30+ verify . completionListContains ( "async" , "async" , /*documentation*/ undefined , "keyword" ) ;
2931verify . not . completionListContains ( "public" , "public" , /*documentation*/ undefined , "keyword" ) ;
3032verify . not . completionListContains ( "private" , "private" , /*documentation*/ undefined , "keyword" ) ;
3133verify . not . completionListContains ( "protected" , "protected" , /*documentation*/ undefined , "keyword" ) ;
@@ -41,3 +43,4 @@ verify.completionListContainsClassElementKeywords();
4143
4244goTo . marker ( "4" ) ;
4345verify . completionListContainsClassElementKeywords ( ) ;
46+
0 commit comments