1 // https://issues.dlang.org/show_bug.cgi?id=15414
8 fail_compilation/fail15414.d(20): Deprecation: `__traits(getAttributes)` may only be used for individual functions, not the overload set `fun`
9 fail_compilation/fail15414.d(20): the result of `__traits(getOverloads)` may be used to select the desired function to extract attributes from
20 auto t
= __traits(getAttributes
, fun
);