Update message of TypeError 5172

This commit is contained in:
wechman
2022-09-28 13:06:25 +02:00
parent c6ad99c3b1
commit e001f8346b
15 changed files with 33 additions and 17 deletions
@@ -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.