[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs8144.cs
blob4a5cc52b59c87ccd10c53d8bc7f9d21eec71cc37
1 // CS8144:
2 // Line: 12
4 using System;
5 using System.Linq.Expressions;
7 class X
9 public static void Main ()
11 (byte b, short d) t = (0, 0);
12 Expression<Func<(int a, int aa)>> e = () => t;