mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-16 07:13:43 -05:00
Update fourslash test
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//// [|abstract|] walk(): void;
|
||||
//// [|abstract|] makeSound(): void;
|
||||
////}
|
||||
////// abstract cannot appear here, won't get highlighted
|
||||
////// abstract can appear on class expressions
|
||||
////let c = /*1*/abstract class Foo {
|
||||
//// /*2*/abstract foo(): void;
|
||||
//// abstract bar(): void;
|
||||
@@ -14,7 +14,7 @@
|
||||
verify.rangesAreOccurrences(false);
|
||||
|
||||
goTo.marker("1");
|
||||
verify.occurrencesAtPositionCount(0);
|
||||
verify.occurrencesAtPositionCount(3);
|
||||
|
||||
goTo.marker("2");
|
||||
verify.occurrencesAtPositionCount(2);
|
||||
verify.occurrencesAtPositionCount(3);
|
||||
|
||||
Reference in New Issue
Block a user