https://issues.dlang.org/show_bug.cgi?id=14684
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Vladimir Panteleev <[email protected]> --- I'm fairly sure this is an invalid bug. Modules inside packages must have a module declaration. The fix is to add `module myPackage.PackagedClass;` at the top of myPackage/PackagedClass.d. --
