Skip to content

Commit 8c1d843

Browse files
authored
Fix test
1 parent de4b8a7 commit 8c1d843

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/expressions.tests.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,18 +1680,18 @@ var x = new // comment
16801680
Token.Punctuation.OpenParen,
16811681
Token.PrimitiveType.Int,
16821682
Token.Punctuation.CloseParen,
1683-
Token.Variables.Object("y"),
1683+
Token.Variable.Object("y"),
16841684
Token.Punctuation.Accessor,
1685-
Token.Identifiers.MethodName("M"),
1685+
Token.Identifier.MethodName("M"),
16861686
Token.Punctuation.OpenParen,
16871687
Token.Punctuation.CloseParen,
16881688
Token.Punctuation.Semicolon,
16891689
Token.Punctuation.OpenParen,
16901690
Token.PrimitiveType.Int,
16911691
Token.Punctuation.CloseParen,
1692-
Token.Variables.Object("y"),
1692+
Token.Variable.Object("y"),
16931693
Token.Punctuation.Accessor,
1694-
Token.Identifiers.MethodName("M"),
1694+
Token.Identifier.MethodName("M"),
16951695
Token.Punctuation.OpenParen,
16961696
Token.Punctuation.CloseParen,
16971697
Token.Punctuation.Semicolon,

0 commit comments

Comments
 (0)