Feedback and comments on ARM proposal (original) (raw)

Neal Gafter neal at gafter.com
Wed Mar 18 00:24:28 PDT 2009


On Wed, Mar 18, 2009 at 12:13 AM, Jeremy Manson <jeremy.manson at gmail.com> wrote:

On Tue, Mar 17, 2009 at 10:43 PM, Neal Gafter <neal at gafter.com> wrote:

 i = 1; // i is not definitely assigned here, so we assign to it The compiler is traditionally not very happy when you assign a value to a final variable. :)

Right... unless it's "definitely unassigned". Since we've skipped over its initialization, it's definitely unassigned, right?



More information about the coin-dev mailing list