using System; public module HelloWorld { public class Test[T] where T : struct, IComparable { public Value : Nullable[T]; } public Main() : void { Console.WriteLine("Hello world!"); } }