Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / tests / gtest-510.cs
blobc39feade14c407ef7fc071987d3a6255a457592a
1 interface IA<T>
5 class CA<U, V>
9 public class Map<K, T> : IA<CA<K, IA<T>>>, IA<T>
13 class S
15 public static void Main ()
17 new Map<double, short> ();