From 749bf5e512740b2d3fb36176056fb72395082b65 Mon Sep 17 00:00:00 2001 From: James Clark Date: Wed, 21 Jun 2023 12:55:01 +0700 Subject: [PATCH] Mention #544 in changes --- lang/spec.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/spec.html b/lang/spec.html index e56e4ed7..ea361b08 100644 --- a/lang/spec.html +++ b/lang/spec.html @@ -11665,6 +11665,7 @@

Summary of changes from 2022R4 to 2023R1

  • Clarify that the self variable in a method is implicitly final.
  • Regexp type has a filler value.
  • +
  • Readonly record types can have defaults.