We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c1adf commit bf1ac8aCopy full SHA for bf1ac8a
tests/cases/fourslash/getOccurrencesAbstract02.ts
@@ -5,7 +5,7 @@
5
//// [|abstract|] walk(): void;
6
//// [|abstract|] makeSound(): void;
7
////}
8
-////// abstract cannot appear here, won't get highlighted
+////// abstract can appear on class expressions
9
////let c = /*1*/abstract class Foo {
10
//// /*2*/abstract foo(): void;
11
//// abstract bar(): void;
@@ -14,7 +14,7 @@
14
verify.rangesAreOccurrences(false);
15
16
goTo.marker("1");
17
-verify.occurrencesAtPositionCount(0);
+verify.occurrencesAtPositionCount(3);
18
19
goTo.marker("2");
20
-verify.occurrencesAtPositionCount(2);
0 commit comments