Skip to content

Commit 899de45

Browse files
authored
Merge pull request #503 from jtbandes/patch-1
SE-0045 was implemented in swiftlang/swift#3600
2 parents 84fb434 + a70b6c6 commit 899de45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
5252
<proposal id="0042" status="accepted" name="Flattening the function type of unapplied method references" filename="0042-flatten-method-types.md"/>
5353
<proposal id="0043" status="implemented" swift-version="3" name="Declare variables in 'case' labels with multiple patterns" filename="0043-declare-variables-in-case-labels-with-multiple-patterns.md"/>
5454
<proposal id="0044" status="implemented" swift-version="3" name="Import as Member" filename="0044-import-as-member.md"/>
55-
<proposal id="0045" status="accepted" name="Add prefix(while:) and drop(while:) to the stdlib" filename="0045-scan-takewhile-dropwhile.md"/>
55+
<proposal id="0045" status="implemented" swift-version="3" name="Add prefix(while:) and drop(while:) to the stdlib" filename="0045-scan-takewhile-dropwhile.md"/>
5656
<proposal id="0046" status="implemented" swift-version="3" name="Establish consistent label behavior across all parameters including first labels" filename="0046-first-label.md"/>
5757
<proposal id="0047" status="implemented" swift-version="3" name="Defaulting non-Void functions so they warn on unused results" filename="0047-nonvoid-warn.md"/>
5858
<proposal id="0048" status="implemented" swift-version="3" name="Generic Type Aliases" filename="0048-generic-typealias.md"/>

0 commit comments

Comments
 (0)