http://d.puremagic.com/issues/show_bug.cgi?id=7802
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] 2012-03-31 10:28:47 PDT --- That smells like a very hacky special case. Picking up symbols from the instantiation scope is very ambivalent. I'd argue that importing test in class C should fix the UFCS behavior, but it currently doesn't because func is found as a member of C. class C { import test; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
