blob: d049aa5544886382c0a0fad2968b838d9b0f87c3 [file] [log] [blame]
import java.util.function.BiFunction;
class X {
BiFunction<Object, Object, Object> b = (<error descr="Variable 'o1' is already defined in the scope">o1</error>, <error descr="Variable 'o1' is already defined in the scope">o1</error>) -> null;
}