[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / gtest-lambda-32.cs
bloba46f1e4d1482c1e44b61d286ab6310ea21419d00
1 using System;
3 class X
5 const int Value = 1000;
7 static void Main ()
8 {
9 unchecked {
10 Func<byte> b = () => (byte)X.Value;