TypeScript/tests/cases/fourslash/tsxFindAllReferences3.ts
2019-06-13 12:41:21 -07:00

20 lines
594 B
TypeScript

/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// declare module JSX {
//// interface Element { }
//// interface IntrinsicElements {
//// }
//// interface ElementAttributesProperty { props }
//// }
//// class MyClass {
//// props: {
//// [|[|{| "isDefinition": true, "contextRangeIndex": 0 |}name|]?: string;|]
//// size?: number;
//// }
////
////
//// var x = <MyClass [|[|{| "isWriteAccess": true, "isDefinition": true, "contextRangeIndex": 2 |}name|]='hello'|]/>;
verify.singleReferenceGroup("(property) name?: string", "name");