https://issues.dlang.org/show_bug.cgi?id=13774
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Martin Nowak <[email protected]> --- (In reply to Vladimir Panteleev from comment #1) > Introduced in https://github.com/D-Programming-Language/dmd/pull/4102 This is actually caused by https://github.com/D-Programming-Language/dmd/pull/4099. The 4102 pull just fixed the collision detection, therefor it was identified when bisecting. The conflicting symbol is now added as COMDEF which (incorrectly?) doesn't set the pickAny parameter. https://github.com/D-Programming-Language/dmd/pull/4187 --
