summaryrefslogtreecommitdiff
path: root/mcs/errors/CS0165-51-lib.cs
blob: 357657698e6399770b24dd93a7787579991b81c3 (plain)
1
2
3
4
public struct S<T> where T : class
{
    private T t;
}