[Issue 6272] Named import in functions problem

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 25 16:28:18 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6272



--- Comment #4 from bearophile_hugs at eml.cc 2011-11-25 16:27:19 PST ---
This seems a related problem:


void main() {
    import std.algorithm;
    auto data = new int[10];
    sort(data); // OK
    data.sort(); // Error: undefined identifier module temp.sort
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list