mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-14 21:09:00 -05:00
Add failing test case.
This commit is contained in:
committed by
GitHub
parent
ed014db864
commit
394c8422c2
@@ -0,0 +1,24 @@
|
||||
/// <reference path="./fourslash.ts" />
|
||||
|
||||
// @Filename: /dir/foo.ts
|
||||
//// export function foo() {}
|
||||
|
||||
// @Filename: /dir/bar.ts
|
||||
//// /*$*/
|
||||
|
||||
// @Filename: /dir/tsconfig.json
|
||||
////{
|
||||
//// "compilerOptions": {
|
||||
//// "module": "amd",
|
||||
//// "moduleResolution": "classic",
|
||||
//// "rootDirs": ["D:/"]
|
||||
//// }
|
||||
////}
|
||||
|
||||
goTo.marker("$");
|
||||
verify.completions({
|
||||
preferences: {
|
||||
includeCompletionsForModuleExports: true,
|
||||
allowIncompleteCompletions: true,
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user