mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Treats inline array as an error.
This commit is contained in:
@@ -8,6 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (146-149): Tuple component cannot be empty.
|
||||
// Warning: (151-154): Tuple component cannot be empty.
|
||||
// TypeError: (145-155): Type tuple()[2] memory is not implicitly convertible to expected type tuple(uint256,uint256).
|
||||
// TypeError: (146-149): Array component cannot be empty.
|
||||
|
||||
Reference in New Issue
Block a user