2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / dcs1964.cs
blob49dd8866e1ad324b280fa10623f26d2f8e13cabf
1 // CS1964: User-defined operator `C.implicit operator C(dynamic)' cannot convert to or from the dynamic type
2 // Line: 6
4 class C
6 public static implicit operator C (dynamic d)