Skip to content

Commit 7359ff8

Browse files
committed
Add test
1 parent f97f57c commit 7359ff8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
//@Filename: test.tsx
4+
//@jsx: react
5+
////declare var React: any;
6+
////const z = <div>{[].map(x => </**/
7+
8+
// This test exists because it used to crash: #31347
9+
goTo.marker();
10+
verify.noSignatureHelpForTriggerReason({ kind: "characterTyped", triggerCharacter: "<" });

0 commit comments

Comments
 (0)