From 350fad6ceaee903e66a54b22fe1c4547d2588e26 Mon Sep 17 00:00:00 2001 From: Neal Gafter Date: Wed, 9 Mar 2016 07:38:01 -0800 Subject: [PATCH] Update patterns.work.md Add language design work item for scope of pattern variables in variable initializers, ctor-initializer. --- docs/features/patterns.work.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/patterns.work.md b/docs/features/patterns.work.md index 208a39433465..3c6b5eab156a 100644 --- a/docs/features/patterns.work.md +++ b/docs/features/patterns.work.md @@ -9,6 +9,7 @@ Open design issues (needing LDM decisions) - [ ] What do we think about the let statement? - [ ] There are some scoping questions for pattern variables. #9452 - [ ] Need to get LDM approval for design change around scope of pattern variables declared within a constructor initializer #9452 + - [ ] Also questions about multiple field initializers, local initializers, ctor-initializers (how far does the scope extend?) - [ ] Need detailed spec for name lookup of property in a property pattern #9255 - [ ] [Pattern Matching] Should a property-pattern be capable of referencing an event? #9515 - [ ] Two small clarifications need to be integrated into the spec (#7703)