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



--- Comment #1 from Artem Tarasov <lomerei...@gmail.com> 2013-01-26 07:55:13 
PST ---
Further reduced case:

import std.typecons;

alias N = Nullable!int;

void foo(N a) {
    N b;
    b = a; // `N b = a;` works fine
}

void main() {
    N n;
    foo(n);
}

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

Reply via email to