mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8300543: Compiler Implementation for Pattern Matching for switch
8300545: Compiler Implementation for Record Patterns Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org> Reviewed-by: vromero, mcimadamore
This commit is contained in:
parent
5ccc962942
commit
eaa80ad08c
157 changed files with 2591 additions and 2233 deletions
|
@ -26,7 +26,6 @@
|
|||
* @bug 8267610 8269738
|
||||
* @summary LambdaToMethod cannot capture pattern variables. So the TransPatterns should
|
||||
* transform the pattern variables and symbols to normal variables and symbols.
|
||||
* @enablePreview
|
||||
*/
|
||||
|
||||
import java.util.function.Supplier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue