Re: RFR: 8315532: Compiler Implementation for Unnamed Variables and Patterns [v2]

2023-09-26 Thread Aggelos Biboudis
> This PR finalizes the feature of unnamed variables and patterns. > > - > ### Progress > - [ ] Change must be properly reviewed (1 review required, with at least 1 > [Reviewer](https://openjdk.org/bylaws#reviewer)) > - [x] Change must not contain extraneous whitespace > - [x] Commit mess

Re: RFR: 8315532: Compiler Implementation for Unnamed Variables and Patterns [v2]

2023-09-26 Thread Aggelos Biboudis
On Mon, 25 Sep 2023 17:05:49 GMT, Jan Lahoda wrote: >> Aggelos Biboudis has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Address review by @lahodaj > > test/langtools/tools/javac/diags/examples/UnderscoreInLambdaExpression.java > line 24