TypeScript/tests/cases/fourslash/smartSelection_imports.ts
2019-04-23 16:41:59 -07:00

8 lines
173 B
TypeScript

/// <reference path="fourslash.ts" />
////import { /**/x as y, z } from './z';
////import { b } from './';
////
////console.log(1);
verify.baselineSmartSelection();