https://issues.dlang.org/show_bug.cgi?id=14192
--- Comment #4 from Kenji Hara <[email protected]> --- (In reply to Steven Schveighoffer from comment #2) > It's because of the precise scanning. DMD passes the type info to _aaGetY, > which is actually a wrapper TypeInfo_Shared, but the function is prototyped > as accepting TypeInfo_AssociativeArray. > > See my comment here: > https://github.com/D-Programming-Language/druntime/pull/1037#issuecomment- > 74678635 The root is mostly same with issue 14038. --
