8241741: Implement Text Blocks as a standard feature in javac

Reviewed-by: jlahoda
This commit is contained in:
Jim Laskey 2020-04-09 10:55:01 -03:00
parent d9bf934831
commit ef8537ec1a
11 changed files with 69 additions and 44 deletions

View file

@ -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,
;
}