https://issues.dlang.org/show_bug.cgi?id=17803
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, trivial --- Comment #1 from Simen Kjaeraas <[email protected]> --- Apparently I wasn't paying attention when filing this. The above code should be: Tuple!int foo() { Tuple!int a; return a = tuple(3); } --
