www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 3693] New: Grammar missing typeof(this) and typeof(super)

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3693

           Summary: Grammar missing typeof(this) and typeof(super)
           Product: D
           Version: 2.038
          Platform: All
               URL: http://digitalmars.com/d/2.0/declaration.html#Typeof
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nobody puremagic.com
        ReportedBy: jlquinn optonline.net



---
Typeof:
    typeof(Expression)
    typeof(return)

The other two are missing.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 09 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3693


Matti Niemenmaa <matti.niemenmaa+dbugzilla iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |matti.niemenmaa+dbugzilla i
                   |                            |ki.fi
         Resolution|                            |INVALID



2010-01-09 12:18:07 PST ---
this and super are both Expressions:
http://digitalmars.com/d/2.0/expression.html#PrimaryExpression

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 09 2010