modelize_property: use resolve_mtype_unchecked during build_signature
[nit.git] / tests / sav / error_inh_loop.res
1 error_inh_loop.nit:19,7: Error: Inheritance loop for class A with type B
2 error_inh_loop.nit:23,7: Error: Inheritance loop for class B with type C
3 error_inh_loop.nit:27,7: Error: Inheritance loop for class C with type A