[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / gtest-534-lib.cs
blobf29f03abb35f2b9a40e2bb8a5fa7138ac82d4ed0
1 // Compiler options: -t:library
3 public interface IG<T>
7 public interface IA
9 void Method (IG<double[][]> arg);