https://issues.dlang.org/show_bug.cgi?id=17972
--- Comment #2 from Jacob Carlborg <[email protected]> --- What about using the existing fields in ClassDeclaration: "cpp", "objc" and so on [1]? I know it's not exactly the same. [1] https://github.com/dlang/dmd/blob/master/src/ddmd/dclass.d#L215-L218 --
