[Issue 13079] Need 'this' to access member - function literal

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 14 11:29:13 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13079

--- Comment #3 from hsteoh at quickfur.ath.cx ---
Sorry, it should be:
----
class Test {
    mixin({ return ""; }());
}
----

--


More information about the Digitalmars-d-bugs mailing list