Skip to content

Commit c6498d7

Browse files
Changed ordering of verifications.
1 parent 6accbdf commit c6498d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cases/fourslash/completionsInObjectBindingPattern02.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
////var { property1, /**/ } = foo;
1010

1111
goTo.marker();
12-
verify.not.completionListContains("property1");
13-
verify.completionListContains("property2");
12+
verify.completionListContains("property2");
13+
verify.not.completionListContains("property1");

0 commit comments

Comments
 (0)