TypeScript/tests/cases/fourslash/tsxCompletion11.ts
2016-03-01 13:47:29 -08:00

15 lines
288 B
TypeScript

/// <reference path='fourslash.ts' />
//@module: commonjs
//@jsx: preserve
//@Filename: exporter.tsx
//// export class Thing { }
//@Filename: file.tsx
//// import {Thing} from './exporter';
//// var x1 = <div></**/
goTo.marker();
verify.completionListContains('Thing');