https://issues.dlang.org/show_bug.cgi?id=13448
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from yebblies <[email protected]> --- FWIW, what Kenji said was exactly the reasoning behind using parseBasicType to parse base class types. And the grammar must reflect this, otherwise a parser implemented from the spec will differ from dmd in what is accepted inside a version(none) block. --
