[Issue 5204] Inherited out contract requires lvalue result?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 11 17:21:39 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5204


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #1 from bearophile_hugs at eml.cc 2010-11-11 17:20:30 PST ---
This may be a reduced test case:


interface IFoo {
    IFoo bar()
        out {}
}
class Foo : IFoo {
    Foo bar() { return null; }
}
void main() {}

-- 
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