using System; public class Test { public static void Main() { Func f = x => x + 1; var g = x => x + 1; } }