modelize_property: use resolve_mtype_unchecked during build_signature
[nit.git] / tests / sav / base_virtual_type_self_alt4.res
1 alt/base_virtual_type_self_alt4.nit:44,9: Type error: expected A[Int], got Float
2 alt/base_virtual_type_self_alt4.nit:45,7--12: Type error: expected Float, got A[Int]
3 alt/base_virtual_type_self_alt4.nit:47,7--12: Type error: expected Float, got A[A[Int]]