mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use true
in for loop into body.
This commit is contained in:
parent
edfd30bcb7
commit
ce72c1fc34
@ -57,8 +57,8 @@ void ForLoopConditionIntoBody::operator()(ForLoop& _forLoop)
|
|||||||
Literal {
|
Literal {
|
||||||
loc,
|
loc,
|
||||||
LiteralKind::Number,
|
LiteralKind::Number,
|
||||||
"1"_yulstring,
|
"true"_yulstring,
|
||||||
{}
|
m_dialect.boolType
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user