Skip to content

Commit 969da26

Browse files
author
Andy Hanson
committed
Add isWriteAccess
1 parent a70b790 commit 969da26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/findAllRefsNoImportClause.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// https://github.com/Microsoft/TypeScript/issues/15452
44

55
// @Filename: /a.ts
6-
////export const [|x|] = 0;
6+
////export const [|{| "isWriteAccess": true, "isDefinition": true |}x|] = 0;
77

88
// @Filename: /b.ts
99
////import "./a";

0 commit comments

Comments
 (0)