2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0019-8.cs
blob83c6d2ede8a4d2aff11b2b1158956ef89c3204f2
1 // CS0019: Operator `??' cannot be applied to operands of type `T' and `T'
2 // Line: 8
4 class F
6 T Bar<T> (T t)
8 return t ?? default(T);