warning fix
This commit is contained in:
parent
0a1992acd2
commit
51fd503317
|
@ -625,7 +625,7 @@ impl<'a> CodeGenerator<'a> {
|
||||||
//
|
//
|
||||||
// if <expr:condition> is <pattern>: <annotation> { <expr:body> }
|
// if <expr:condition> is <pattern>: <annotation> { <expr:body> }
|
||||||
// [(builtin ifThenElse) (condition is pattern) (body) (else) ]
|
// [(builtin ifThenElse) (condition is pattern) (body) (else) ]
|
||||||
a @ TypedExpr::If {
|
TypedExpr::If {
|
||||||
branches,
|
branches,
|
||||||
final_else,
|
final_else,
|
||||||
tipo,
|
tipo,
|
||||||
|
|
Loading…
Reference in New Issue