linux-packaging-mono/mcs/tests/gtest-534-lib.cs

11 lines
120 B
C#
Raw Normal View History

// Compiler options: -t:library
public interface IG<T>
{
}
public interface IA
{
void Method (IG<double[][]> arg);
}