[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0742.cs
blob9e389294bc7a7faf1b4fafc05c188badeb94b5f7
1 // CS0742: Unexpected symbol `;'. A query body must end with select or group clause
2 // Line: 10
4 using System.Linq;
6 class C
8 public static void Main ()
10 var q = from i in "abcd" where i;