Skip to content

Commit 280a55e

Browse files
authored
Link to new extension type specification (#3270)
1 parent 7e985df commit 280a55e

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

working/1426-extension-types/feature-specification-inline-classes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
44

5-
Status: Accepted.
5+
Status: Obsolete
66

7+
**This proposal is now obsolete. The mechanism has been renamed to
8+
_extension types_. Please see the [extension types specification][] for the
9+
accepted specification proposal.**
10+
11+
[extension types specification]: https://github.com/dart-lang/language/blob/main/accepted/future-releases/extension-types/feature-specification.md
712

813
## Change Log
914

working/1426-extension-types/feature-specification-views.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Author: [email protected]
44

55
Status: Obsolete
66

7-
**This proposal is now obsolete. The mechanism has been renamed to _inline
8-
classes_. Please see the [inline classes specification][2] for the most recent proposed
9-
specification.**
7+
**This proposal is now obsolete. The mechanism has been renamed to
8+
_extension types_. Please see the [extension types specification][] for the
9+
accepted specification proposal.**
1010

11-
[2]: https://github.com/dart-lang/language/blob/master/accepted/future-releases/inline-classes/feature-specification.md
11+
[extension types specification]: https://github.com/dart-lang/language/blob/main/accepted/future-releases/extension-types/feature-specification.md
1212

1313

1414
## Change Log

working/1426-extension-types/feature-specification.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
44

5-
Status: Draft
5+
Status: Obsolete
6+
7+
**This proposal is now obsolete. The mechanism has been renamed multiple times, and the
8+
current name is again _extension types_. Please see the new
9+
[extension types specification][] for the accepted specification proposal.**
10+
11+
[extension types specification]: https://github.com/dart-lang/language/blob/main/accepted/future-releases/extension-types/feature-specification.md
612

713

814
## Change Log

0 commit comments

Comments
 (0)