Skip to content

Commit

Permalink
update Never semantic tokens test due to new upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jul 10, 2024
1 parent a1215f2 commit 16a61d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (process.platform !== 'win32' || !process.env['CI']) {
{ type: 'class', modifiers: [], start: 135, length: 4 }, // Type
{ type: 'class', modifiers: [], start: 142, length: 5 }, // Never
{ type: 'variable', modifiers: [], start: 148, length: 5 }, // value
{ type: 'type', modifiers: [], start: 155, length: 4 }, // Type
{ type: 'variable', modifiers: [], start: 155, length: 4 }, // Type (should be type. https://github.com/DetachHead/basedpyright/issues/490)
{ type: 'function', modifiers: ['definition'], start: 169, length: 8 }, // inferred
{ type: 'function', modifiers: [], start: 169, length: 8 }, // inferred
{ type: 'variable', modifiers: [], start: 185, length: 5 }, // value
Expand Down

0 comments on commit 16a61d7

Please sign in to comment.