7 lines
75 B
C#
Raw Normal View History

// Compiler options: -t:library
public class Call<T>
{
public T Field;
}