view tests/mini/compile_bug305.d @ 1453:f35a9a77d256

More tweaks.
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 01 Jun 2009 18:58:21 +0100
parents e2cf1f67ca33
children
line wrap: on
line source

module bug305;

class E {
    void A() {
        alias E m;
    }
}