From 715c14c967da58bd0192c68c16c7495a11280448 Mon Sep 17 00:00:00 2001 From: Erik Ernst Date: Thu, 31 May 2018 07:14:39 +0000 Subject: [PATCH] Added changelog entry for member conflict updates TBR: This CL only adds a missing changelog entry for the commit 08c893d55bfe7e2d4b0d217ca45b238ee081b746. Change-Id: I4963dbebc090e95b26ce043586cfa2db0df95f3c Reviewed-on: https://dart-review.googlesource.com/57502 Reviewed-by: Erik Ernst --- docs/language/dartLangSpec.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/language/dartLangSpec.tex b/docs/language/dartLangSpec.tex index 58ab6b25c2a..050f137328c 100644 --- a/docs/language/dartLangSpec.tex +++ b/docs/language/dartLangSpec.tex @@ -47,6 +47,8 @@ % local function evaluates to the closurization of that declaration. % - Make `mixin` and `interface` built-in identifiers. % - Make `async` *not* a reserved word inside async functions. +% - Added 'Class Member Conflicts', simplifying and adjusting rules about +% member declaration conflicts beyond "`n` declared twice in one scope". % % 1.15 % - Change how language specification describes control flow.