TypeScript/tests/cases/fourslash/smartSelection_imports.ts

8 lines
173 B
TypeScript
Raw Normal View History

2019-04-24 01:41:59 +02:00
/// <reference path="fourslash.ts" />
////import { /**/x as y, z } from './z';
////import { b } from './';
////
////console.log(1);
verify.baselineSmartSelection();