TypeScript/tests/cases/fourslash/tsxCompletion11.ts

14 lines
287 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></**/
verify.completions({ marker: "", includes: "Thing" });