[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / errors / cs0266-25.cs
blob801c88f83b9011655aadef845f9308b6e54a8617
1 // CS0266: Cannot implicitly convert type `System.Collections.Generic.IList<dynamic>' to `string[]'. An explicit conversion exists (are you missing a cast?)
2 // Line: 10
3 // Compiler options: -r:CS0266-25-lib.dll -noconfig
5 public class C
7 public static void Main ()
9 var t = new Test ();
10 string[] s = t.DynField;