Beef
Beef copied to clipboard
Fatal error when using Dictionary initializer where value is a Tuple
Code to reproduce:
class Program
{
static int Main()
{
System.Collections.Dictionary<String, (String, String)> foo = scope .()
{
("foo", ("", ""))
};
return 0;
}
}
Trying to compile the code results in this:
Tested with: (Nightly 04/27/2024) Build 936dd656c8bc2d89bbacecebada0e8c31dde2446