Skip to content

Commit 5778094

Browse files
author
Paul van Brenk
committed
Added test case for quickinfo on import statement.
1 parent c2f253f commit 5778094

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/// <reference path='fourslash.ts'/>
2+
3+
//@Filename: AA/BB.ts
4+
////export class a{}
5+
6+
//@Filename: quickInfoForRequire_input.ts
7+
////import a = require("AA/B/*1*/B");
8+
9+
goTo.marker('1');
10+
verify.quickInfoIs('module a');

0 commit comments

Comments
 (0)