TypeScript/tests/cases/fourslash/tsxRename5.ts
2015-08-21 14:46:32 -07:00

20 lines
479 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// }
//// interface ElementAttributesProperty { props }
//// }
//// class MyClass {
//// props: {
//// name?: string;
//// size?: number;
//// }
////
//// var [|nn|]: string;
//// var x = <MyClass name={[|n/**/n|]}></MyClass>;
goTo.marker();
verify.renameLocations(false, false);