Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / tests / gtest-569.cs
blobf8d8c87c650ffad2014b08586f95dd6305dad746
1 using System;
3 class C
5 public static void Main ()
7 new TreeMap<int> ();
11 public class TreeMap<T>
13 class Entry<U>
15 internal TreeMap<U>.Entry<int> field;