I'm trying to do something as
work (a_father: FATHER)
do
if a_father.conforms_to ({DEVELOPER}) then
a_father.code
else
a_father.change_job ({DEVELOPER})
end
end
the compilation works, but in my implementation @runtime it doesn't pass. What did I mistype?