Area-CompilersFeature - TuplesFeature Requesthelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
I expect the following to compile:
dynamic data = new { foo = 42 };
var ( foo ) = data;
But instead I get the error:

The type of foo can be inferred. It's dynamic!