Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
eernstg committed Jan 6, 2025
1 parent 607d807 commit 0925466
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ enclosing declaration.
which is not the enclosing declaration. In other words, there is nothing
new in this case.*

# TODO -- major revisions will be made anywhere beyond this point

#### The instantiated constructor return type of a static extension

Assume that _D_ is a generic static extension declaration named `E` with
Expand Down Expand Up @@ -392,6 +390,8 @@ and it has a constructor return type of the form `C<S1 .. Sk>`. In this
case the instantiated constructor return type of _D_ is `C<S1 .. Sk>`,
which is a ground type, and it is the same for all call sites.*

# TODO -- major revisions will be made anywhere beyond this point

#### Invocation of a constructor in a static extension

Explicit constructor invocations are similar to static member invocations,
Expand Down

0 comments on commit 0925466

Please sign in to comment.