[Issue 6828] New: Module Scope Operator not working for classes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 18 12:21:21 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6828
Summary: Module Scope Operator not working for classes
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: minor
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: luka8088 at owave.net
--- Comment #0 from luka8088 <luka8088 at owave.net> 2011-10-18 12:20:23 PDT ---
class a {}
class b : .a {}
void main () {}
Compiler says:
prog.d(): base classes expected instead of .
prog.d(): members expected
....
According to the http://www.digitalmars.com/d/2.0/module.html , Module Scope
Operator section I see no reason why this is not valid.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list