In Learn -> Lambda Expressions -> Using Lambdas Expressions in Your Application, in the "Consuming Two Elements with a BiConsumer" section, there is a code example with an extra closing parenthesis which prevents compilation:
randomNumberPrinter.accept(new Random(314L), 5));