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