2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0208-5.cs
bloba28400189d051abd4aad6e137b37a2084473ee7d
1 // CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `T'
2 // Line: 8
4 class X
6 public static void Foo<T> (T t)
8 object o = sizeof (T);