Skip to content

Commit e5eccf0

Browse files
Added test.
1 parent 9244604 commit e5eccf0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/// <reference path='fourslash.ts' />
2+
3+
////declare function foo(): (...args: any[]) => void;
4+
////class C {
5+
//// [|@foo|]
6+
//// bar() {
7+
////
8+
//// }
9+
////}
10+
11+
verify.codeFix({
12+
description: "Call decorator expression.",
13+
newRangeContent: `@foo()`
14+
});

0 commit comments

Comments
 (0)