mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
634da933fa
@ -28,7 +28,7 @@ contract C {
|
|||||||
// ====
|
// ====
|
||||||
// EVMVersion: >=byzantium
|
// EVMVersion: >=byzantium
|
||||||
// ----
|
// ----
|
||||||
// TypeError: (113-124): This variable is of storage pointer type and can be returned without prior assignment.
|
// TypeError: (113-124): This variable is of storage pointer type and can be returned without prior assignment, which would lead to undefined behaviour.
|
||||||
// TypeError: (240-251): This variable is of storage pointer type and can be returned without prior assignment.
|
// TypeError: (240-251): This variable is of storage pointer type and can be returned without prior assignment, which would lead to undefined behaviour.
|
||||||
// TypeError: (367-378): This variable is of storage pointer type and can be returned without prior assignment.
|
// TypeError: (367-378): This variable is of storage pointer type and can be returned without prior assignment, which would lead to undefined behaviour.
|
||||||
// TypeError: (631-632): This variable is of storage pointer type and can be accessed without prior assignment.
|
// TypeError: (631-632): This variable is of storage pointer type and can be accessed without prior assignment, which would lead to undefined behaviour.
|
||||||
|
Loading…
Reference in New Issue
Block a user