We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 527a24b + 5c925c2 commit c5e1cb8Copy full SHA for c5e1cb8
tests/cases/fourslash/getMatchingBraces.ts
@@ -36,6 +36,7 @@
36
//// return [|<any>|] a;
37
//// }
38
////}
39
+////const x: Array[|<() => void>|] = [];
40
41
test.ranges().forEach((range) => {
42
verify.matchingBracePositionInCurrentFile(range.start, range.end - 1);
0 commit comments