view tests/mini/compile_bug305.d @ 1641:00cd99bedf06

Add missing files for the new frontend spell checker
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Mon, 08 Mar 2010 17:41:36 -0700
parents e2cf1f67ca33
children
line wrap: on
line source

module bug305;

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