[packaging/msbuild] Update commit hash to point to xplat-master HEAD (#5100)
[mono.git] / mcs / errors / CS0165-51-lib.cs
1 public struct S<T> where T : class
2 {
3     private T t;
4 }