https://issues.dlang.org/show_bug.cgi?id=23941
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- Looks like the problem is in the argumentMatchParameter function, which doesn't check for scope parameters. But I'm a bit concerned that changing this may mess up scope inference, which occurs after an overload is selected. Changing this may destabilize the language. I'm also skeptical of the utility of overloading based on `scope`. Maybe this pattern just doesn't make sense. --
