using System;
using System.Collections.Generic;
public class Program
{
public static void Main()
IList<int> x = new int[] { 1, 2, 3 };
}