[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / gtest-641.cs
blob51f563feb8bc4736048c241c438167ddc26152ca
1 // Compiler options: -r:gtest-641-lib.dll
3 using System;
5 class SomeClass
7 public static void Main ()
9 IEquatable<Foo<int>.Bar.FooBar> a = new Foo<int>.Bar.FooBar ();