Skip to content

Commit bf1ac8a

Browse files
committed
Update fourslash test
1 parent a2c1adf commit bf1ac8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cases/fourslash/getOccurrencesAbstract02.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//// [|abstract|] walk(): void;
66
//// [|abstract|] makeSound(): void;
77
////}
8-
////// abstract cannot appear here, won't get highlighted
8+
////// abstract can appear on class expressions
99
////let c = /*1*/abstract class Foo {
1010
//// /*2*/abstract foo(): void;
1111
//// abstract bar(): void;
@@ -14,7 +14,7 @@
1414
verify.rangesAreOccurrences(false);
1515

1616
goTo.marker("1");
17-
verify.occurrencesAtPositionCount(0);
17+
verify.occurrencesAtPositionCount(3);
1818

1919
goTo.marker("2");
20-
verify.occurrencesAtPositionCount(2);
20+
verify.occurrencesAtPositionCount(3);

0 commit comments

Comments
 (0)