* ResolvedReference.cs (.ctor): Set 'OriginalItemSpec' and 'ResolvedFrom',
[mcs.git] / tests / gtest-017-lib.cs
blobf128e6228630269468c013860177ef7d0386c480
1 // Compiler options: -t:library
3 public class Stack
5 public Stack ()
6 { }
8 public void Hello<T> (T t)
9 { }