You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromium-dev
Last week I flipped the switch to move us from Java 11 -> Java 17. This has no effect on what libraries we can use (Android SDK dictates that), but it does enable three new language features:
1. instanceof pattern matching:
2. text blocks (aka, multi-line strings with indent removed):