resync
[mcs.git] / errors / gcs0283.cs
blob3643fa681393f89607d56f3fba0b94bcac38c1ae
1 // CS0283: The type `T' cannot be declared const
2 // Line: 8
4 struct S
6 public void Foo<T> () where T : struct
8 const T t = null;