AdoptOpenJDK/lambda-tutorial

Exercise 1, Test 3 should present syntax for having multiple statements in a lambda expression

Closed this issue · 0 comments

The solution for Exercise 1, Test 3 requires that multiple statements are executed in a single lambda. However, the syntax for doing has not been introduced.

The fix would be to put an example of that syntax somewhere in the JavaDocs.