<div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">Am 21.02.2018 04:09 schrieb "Ryan Joseph" <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>>:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is this a missing feature or do you need to enable it or something?<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">There is none. </div><div dir="auto"><br></div><div dir="auto">The compiler does not know the type of the parameter, because overload selection occurs only after all parameters have been parsed. So during parsing the compiler would not know from which enum type to select the enum value. Not to mention unsolvable overloads if there would be two enums with the same value and the same name of the routine. </div><div dir="auto"><br></div><div dir="auto">This also would have the possibility to lead to confusion for the user (e.g. same case as above or add a variable with the same name into the mix). </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div></div></div>