Check contracts and entrypoints modifiers when implementing interfaces #918

Merged
ghallak merged 6 commits from ghallak/414 into master 2022-11-17 17:40:58 +09:00
Showing only changes of commit c6a89e3aa9 - Show all commits

View File

@ -868,7 +868,7 @@ failing_contracts() ->
" - line 9, column 5">>])
, ?TYPE_ERROR(polymorphism_contract_missing_implementation,
[<<?Pos(4,20)
"Unimplemented function `f` from the interface `I1` in the contract `I2`">>
"Unimplemented entrypoint `f` from the interface `I1` in the contract `I2`">>
])
, ?TYPE_ERROR(polymorphism_contract_same_decl_multi_interface,
[<<?Pos(7,10)