7b87f0cc创建于 2023年8月3日历史提交
public class Test
{
	int Foo = 42;

	public static bool Run()
	{
		SortedDictionary<int, Test()>() dict; //FAIL: cl
		dict.Add(1);
		dict.Clear();
		dict.Add(1);
		dict.Add(2);
		dict[2].Foo = 20;
		dict.Add(3);
		dict[3].Foo = 30;
		dict.Remove(1);
		return dict.Count == 2 && dict[2].Foo == 20 && dict[3].Foo == 30 && dict.ContainsKey(2);
	}
}