mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8241741: Implement Text Blocks as a standard feature in javac
Reviewed-by: jlahoda
This commit is contained in:
parent
d9bf934831
commit
ef8537ec1a
11 changed files with 69 additions and 44 deletions
|
@ -55,7 +55,7 @@ public @interface PreviewFeature {
|
|||
|
||||
public enum Feature {
|
||||
PATTERN_MATCHING_IN_INSTANCEOF,
|
||||
TEXT_BLOCKS,
|
||||
TEXT_BLOCKS, // 8242284: needs to be removed after JDK 15
|
||||
RECORDS,
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue