csharp-tmLanguage icon indicating copy to clipboard operation
csharp-tmLanguage copied to clipboard

`var` in tuple deconstruction

Open sharpchen opened this issue 1 year ago • 0 comments

Details

What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) vscode What version of the editor are you using? 1.86.1 What color theme are you using? dark plus

Repro

(int _, var _) = (1, 2);
(var _, var _, var _) = ('a', 'b', 'c');

code

Please provide a code example and (optionally) a screenshot demonstrating the problem.

sharpchen avatar Feb 08 '24 23:02 sharpchen