public class TestLocalVarLambda { m(x) { var id = z -> z; return id.apply(x); } }