mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update message of TypeError 5172
This commit is contained in:
@@ -4,4 +4,4 @@ contract C {
|
||||
function g(function(S memory) external) public {}
|
||||
}
|
||||
// ----
|
||||
// TypeError 5172: (50-51): Name has to refer to a struct, enum or contract.
|
||||
// TypeError 5172: (50-51): Name has to refer to a user-defined value type, struct, enum or contract.
|
||||
|
||||
Reference in New Issue
Block a user