[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1964.cs
blobf92b13995576b43744bf416d47e50ea5fa301f05
1 // CS1964: User-defined conversion `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)