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

20 lines
458 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 x = <MyClass [|n/**/ame|]='hello'/>;
goTo.marker();
verify.renameLocations(false, false);