[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[mono.git] / mcs / tests / gtest-anon-58-lib.cs
1 // Compiler options: -t:library
2
3 public class Call<T>
4 {
5         public T Field;
6 }