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