Skip to content

Commit

Permalink
fix Issue 3265 - .classinfo for Interface-typed reference does not re…
Browse files Browse the repository at this point in the history
…turn instance's ClassInfo
  • Loading branch information
WalterBright committed Jan 23, 2012
1 parent 526f997 commit 226de8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions property.dd
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ $(SECTION2 $(LNAME2 classinfo, .classinfo) Property,
$(V1 It returns a reference to type $(DPLLINK phobos/object.html, object.ClassInfo).)
$(V2 It returns a reference to type $(DPLLINK phobos/object.html#TypeInfo_Class, object.TypeInfo_Class).)
)

$(P $(CODE .classinfo) applied to an interface gives the information for
the interface, not the class it might be an instance of.
)
)

$(SECTION3 $(LNAME2 classproperties, User Defined Properties),
Expand Down

0 comments on commit 226de8c

Please sign in to comment.