Skip to content

Commit

Permalink
fix Issue 3787 - clarification: assigment to 'this'
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 22, 2012
1 parent 6488382 commit 83763c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions expression.dd
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@ void main() {
}
-------------

$(P Assignment to $(B this) is not allowed.)

<h3>$(LNAME2 super, super)</h3>

Expand All @@ -1132,6 +1133,8 @@ void main() {
to $(B super), a non-virtual call is made.
)

$(P Assignment to $(B super) is not allowed.)

<h3>$(LNAME2 null, null)</h3>

$(P $(B null) represents the null value for
Expand Down

0 comments on commit 83763c1

Please sign in to comment.