[Issue 11796] New: interface multiple inheritance not call methods

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 21 17:31:15 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11796

           Summary: interface multiple inheritance not call methods
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: code.viator at gmail.com


--- Comment #0 from Oleg B <code.viator at gmail.com> 2013-12-21 17:31:12 PST ---
Created an attachment (id=1302)
core.exception.AssertError at bug2.d(38): funcA not called

In situation with multiple inheritance in realization, like in attachment,
there is a problem: functions (funcA) of the first interface (IFaceA) isn't
callable, of which inherited the intermediate interface (IFaceA1)

compiler: DMD64 D Compiler v2.064-devel-37e15ab
OS: Linux 3.11.6-200.fc19.x86_64

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


More information about the Digitalmars-d-bugs mailing list