mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adjustments after review
This commit is contained in:
@@ -656,7 +656,7 @@ private:
|
||||
* 2, this check is only done when a function is called.
|
||||
*
|
||||
* For version 4, T has to be user-defined value type or struct. All parameters and
|
||||
* return value of all the functions has to be of type T.
|
||||
* return value of all the functions have to be of type T.
|
||||
*
|
||||
* Finally, `using {f1, f2, ..., fn} for T global` is also valid at file level, as long as T is
|
||||
* a user-defined type defined in the same file at file level. In this case, the methods are
|
||||
|
||||
Reference in New Issue
Block a user