Skip to content

Commit 51390f0

Browse files
authored
Move released feature specification documents to 3.0 (#3236)
Move feature specification documents for patterns, records, and class-modifiers to 3.0. Put redirection documents in the old location.
1 parent fa909d1 commit 51390f0

File tree

11 files changed

+7239
-7222
lines changed

11 files changed

+7239
-7222
lines changed

accepted/3.0/class-modifiers/feature-specification.md

Lines changed: 1206 additions & 0 deletions
Large diffs are not rendered by default.

accepted/3.0/patterns/exhaustiveness.md

Lines changed: 1150 additions & 0 deletions
Large diffs are not rendered by default.

accepted/3.0/patterns/feature-specification.md

Lines changed: 3914 additions & 0 deletions
Large diffs are not rendered by default.

accepted/3.0/records/feature-specification.md

Lines changed: 952 additions & 0 deletions
Large diffs are not rendered by default.

accepted/future-releases/0546-patterns/exhaustiveness.md

Lines changed: 2 additions & 1149 deletions
Large diffs are not rendered by default.

accepted/future-releases/0546-patterns/feature-specification.md

Lines changed: 2 additions & 3913 deletions
Large diffs are not rendered by default.

accepted/future-releases/0546-patterns/why-two-kinds-of-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ irrefutable and refutable patterns into two separate kinds which it calls
66
larger and means that some pattern syntax means different things in different
77
contexts.
88

9-
[proposal]: https://github.com/dart-lang/language/blob/master/accepted/future-releases/0546-patterns/feature-specification.md
9+
[proposal]: https://github.com/dart-lang/language/blob/master/accepted/3.0/patterns/feature-specification.md
1010

1111
That choice is close to [how pattern matching works in Swift][swift patterns],
1212
but is different from pattern matching in Rust, Scala, ML, and most other

accepted/future-releases/class-modifiers/feature-specification.md

Lines changed: 2 additions & 1205 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)