TypeScript/tests/cases/fourslash/signatureHelpJSX.ts

11 lines
301 B
TypeScript
Raw Normal View History

2019-05-23 22:33:38 +02:00
/// <reference path="fourslash.ts" />
//@Filename: test.tsx
//@jsx: react
////declare var React: any;
////const z = <div>{[].map(x => </**/
// This test exists because it used to crash: #31347
goTo.marker();
verify.noSignatureHelpForTriggerReason({ kind: "characterTyped", triggerCharacter: "<" });