stdlib/strings: Moved String as abstract, FlatString now the name for array-based...
[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