TypeScript/tests/cases/fourslash/tsxRename1.ts
2015-06-18 14:02:47 -07:00

17 lines
424 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// [|div|]: {
//// name?: string;
//// isOpen?: boolean;
//// };
//// span: { n: string; };
//// }
//// }
//// var x = <[|di/*ds*/v|] />;
goTo.marker('ds');
verify.renameLocations(false, false);