Use explicit type for variant constructor that is part of direct list initializer

This commit is contained in:
Bhargava Shastry 2020-02-17 22:44:29 +05:30
parent 9871daa053
commit 786c63ec3c

View File

@ -968,7 +968,7 @@ void IRGeneratorForStatements::endVisit(IndexAccess const& _indexAccess)
*_indexAccess.annotation().type, *_indexAccess.annotation().type,
IRLValue::Storage{ IRLValue::Storage{
slot, slot,
0 0u
} }
}); });
} }