From 14f6c98e502dceed4b96f61be616ff5e925ec06c Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Tue, 5 Apr 2022 17:31:36 -0700 Subject: [PATCH] Accept SE-0347: Type inference from default expressions (#1609) --- proposals/0347-type-inference-from-default-exprs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/0347-type-inference-from-default-exprs.md b/proposals/0347-type-inference-from-default-exprs.md index 4581b626a4..36104f5034 100644 --- a/proposals/0347-type-inference-from-default-exprs.md +++ b/proposals/0347-type-inference-from-default-exprs.md @@ -3,9 +3,9 @@ * Proposal: [SE-0347](0347-type-inference-from-default-exprs.md) * Authors: [Pavel Yaskevich](https://github.com/xedin) * Review Manager: [Doug Gregor](https://github.com/DougGregor) -* Status: **Active Review (March 22...April 5, 2022)** +* Status: **Accepted** +* Decision Notes: [Rationale](https://forums.swift.org/t/accepted-se-0347-type-inference-from-default-expressions/56558) * Implementation: [apple/swift#41436](https://github.com/apple/swift/pull/41436) -* Toolchain: [macOS](https://ci.swift.org/job/swift-PR-toolchain-macos/25/artifact/branch-main/swift-PR-41436-25-osx.tar.gz) ## Introduction