Reporter | Andrey Dyatlov (Andrey.Dyatlov) |
---|---|
Created | Jan 11, 2018 4:41:37 PM |
Updated | Apr 20, 2018 3:41:24 PM |
Subsystem | IntelliSense (Code Completion) |
Assignee | Alexander Shvedov (shvedov) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | Backlog |
Affected versions | 2018.1, 2017.3.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM |
Type
new D();
in the following code snippet:class D
{
public void Foo()
{
((D, D) a, (D b, ((D, D) x, (D y, D z)))) = {caret}
}
public extern void Deconstruct(out (D, D) x, out (D, D) y);
}