Merge branches 'fix_doc', 'general_for' and 'mmbuilder_fixes_and_tests' into wip
[nit.git] / doc / developpez / poo / listings / coercition2_s.nit
1 if x isa Vache then
2 # Ici, le type statique de x est Vache
3 x.broute
4 end
5 # Le type statique de x est redevnu Animal