https://issues.dlang.org/show_bug.cgi?id=19152
Mike Franklin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mike Franklin <[email protected]> --- Further reduced: alias TNotifyEvent = void delegate(); class TBasicAction { private TNotifyEvent _OnExecute; TNotifyEvent OnExecute(TNotifyEvent value) { auto dlg = __traits(getOverloads, this, "OnExecute"); } } Results in segmentation fault in traits.d --
