Merge: tests: Test result update for `curl_http`
[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`.