quote only work on lambda on net_4_0
[mcs.git] / errors / gcs1720-2.cs
blobbc9a4801c0f3b69b485c50cb9de12dc85127f636
1 // CS1720: Expression will always cause a `System.NullReferenceException'
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 public class Tester
7 public static void GenericClass<T>(T t) where T : class
9 string s = default(T).ToString();