We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4b8a7 commit 8c1d843Copy full SHA for 8c1d843
test/expressions.tests.ts
@@ -1680,18 +1680,18 @@ var x = new // comment
1680
Token.Punctuation.OpenParen,
1681
Token.PrimitiveType.Int,
1682
Token.Punctuation.CloseParen,
1683
- Token.Variables.Object("y"),
+ Token.Variable.Object("y"),
1684
Token.Punctuation.Accessor,
1685
- Token.Identifiers.MethodName("M"),
+ Token.Identifier.MethodName("M"),
1686
1687
1688
Token.Punctuation.Semicolon,
1689
1690
1691
1692
1693
1694
1695
1696
1697
0 commit comments