import java.lang.Integer; public class Bug297 { public static operation(func, a, b) { return func.apply(a, b); } public exec() { return Foo.operation((x, y) -> x + y, 10, 10); } }