mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8333 from ethereum/fix-8332
Use explicit variant constructor in direct list initializer
This commit is contained in:
commit
663a9f892f
@ -968,7 +968,7 @@ void IRGeneratorForStatements::endVisit(IndexAccess const& _indexAccess)
|
|||||||
*_indexAccess.annotation().type,
|
*_indexAccess.annotation().type,
|
||||||
IRLValue::Storage{
|
IRLValue::Storage{
|
||||||
slot,
|
slot,
|
||||||
0
|
0u
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user