https://issues.dlang.org/show_bug.cgi?id=2859
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Nick Treleaven <[email protected]> --- > Shouldn't this be an error that kkk does not devine member vv? It still errors if you replace the last line with: t = abc.vv; (I think because kkk.vv doesn't exist, the compiler looks in the base type to see if it defines vv.) --
