Skip to content

Commit 78bd6a6

Browse files
committed
fix: fourslash
1 parent ea29b15 commit 78bd6a6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/cases/fourslash/completionObjectLiteral.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
/// <reference path="fourslash.ts"/>
22

3-
const variableOne = 1;
4-
const variableTwo = 2;
5-
const objAny: any = {
6-
v/*1*/
7-
}
8-
const objNone = {
9-
v/*2*/
10-
}
3+
//// const variableOne = 1;
4+
//// const variableTwo = 2;
5+
//// const objAny: any = {
6+
//// v/*1*/
7+
//// }
8+
//// const objNone = {
9+
//// v/*2*/
10+
//// }
1111

12-
interface Typed {
13-
variableThree: number;
14-
}
15-
const typed: Typed = {
16-
v/*3*/
17-
}
12+
//// interface Typed {
13+
//// variableThree: number;
14+
//// }
15+
//// const typed: Typed = {
16+
//// v/*3*/
17+
//// }
1818

1919
verify.completions(
2020
{ marker: ["1", "2"], includes: ["variableOne", "variableTwo"]},

0 commit comments

Comments
 (0)