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> }
|
||||
// [(builtin ifThenElse) (condition is pattern) (body) (else) ]
|
||||
a @ TypedExpr::If {
|
||||
TypedExpr::If {
|
||||
branches,
|
||||
final_else,
|
||||
tipo,
|
||||
|
|
Loading…
Reference in New Issue