Skip to content

Commit e34897d

Browse files
committed
add extra completion test
1 parent 1334a37 commit e34897d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
// @strict: true
4+
// @lib: esnext
5+
6+
//// declare function registerPlugin<Opt extends Record<string, any>>(
7+
//// callback: (app: any, options: Opt) => void,
8+
//// opts: NoInfer<Opt>,
9+
//// ): Promise<void>;
10+
////
11+
//// registerPlugin((app, opts: { something: string }) => {}, {
12+
//// /*1*/
13+
//// });
14+
15+
verify.completions({ marker: "1", includes: [`something`] });

0 commit comments

Comments
 (0)