remove debug writelines
[mcs.git] / errors / gcs1959-2.cs
blobcde243a454366e9f11fcd754e853cd7a57fccc44
1 // CS1959: Type parameter `T' cannot be declared const
2 // Line: 8
4 struct S
6 public void Foo<T> () where T : struct
8 const T t = null;