mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use explicit type for variant constructor that is part of direct list initializer
This commit is contained in:
parent
9871daa053
commit
786c63ec3c
@ -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