[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / gtest-447-3-lib.cs
1 // Compiler options: -r:gtest-447-2-lib.dll -t:library
2
3 using System;
4 using System.Runtime.CompilerServices;
5
6 [assembly: TypeForwardedTo (typeof (C))]
7 [assembly: TypeForwardedTo (typeof (G<>))]