Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Nov 25, 2024
1 parent 4bbb8ba commit aa8674c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions working/2364 - primary constructors/feature-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ specification [here][scala primary constructors] and some examples
feature have taken place in github issues marked with the
[primary-constructors label][].

Recently, [Bob proposed][] that primary body constructors should use the syntax
`this.name(...)` rather than `primary C.name(...)`. This proposal includes
that choice.

[struct proposal]: https://github.com/dart-lang/language/blob/master/working/extension_structs/overview.md
[kotlin primary constructors]: https://kotlinlang.org/docs/classes.html#constructors
[scala primary constructors]: https://www.scala-lang.org/files/archive/spec/2.11/05-classes-and-objects.html#constructor-definitions
[scala primary constructor examples]: https://www.geeksforgeeks.org/scala-primary-constructor/
[primary-constructors label]: https://github.com/dart-lang/language/issues?q=is%3Aissue+is%3Aopen+primary+constructor+label%3Aprimary-constructors
[Bob proposed]: https://github.com/dart-lang/language/blob/main/working/declaring-constructors/feature-specification.md

## Introduction

Expand Down

0 comments on commit aa8674c

Please sign in to comment.