cleol
[mcs.git] / tests / gtest-partial-01.cs
blob86be170f7c8aff1c04409c5bb83656e1be4e6b78
1 using System;
3 class B<U>
7 partial class C<T> : B<T>
9 T t1;
12 partial class C<T> : B<T>
14 T t2;
17 class Test
19 public static void Main ()