Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
will start { $_ = 2 }, not will start { 2 }
  • Loading branch information
sorear committed Jul 12, 2011
1 parent 787b33d commit 23c8f9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/niecza
Expand Up @@ -554,9 +554,8 @@ method variable_declarator($/) {
$*CURLEX<!sub>.add_state_name(Str, $cv);
make mklet($/.ast, -> $ll {
Op::StatementList.new(|node($/), children => [
Op::Start.new(condvar => $cv, body => mkcall($/, '&infix:<=>',
$ll, self.inliney_call($/, $start))),
$ll ]) });
Op::Start.new(condvar => $cv, body =>
self.inliney_call($/, $start, $ll)), $ll ]) });
}
}

Expand Down

0 comments on commit 23c8f9f

Please sign in to comment.