modelbuilder: check inheritance loops
[nit.git] / tests / sav / error_inh_loop.res
diff --git a/tests/sav/error_inh_loop.res b/tests/sav/error_inh_loop.res
new file mode 100644 (file)
index 0000000..c204aa0
--- /dev/null
@@ -0,0 +1,3 @@
+error_inh_loop.nit:19,7: Error: Inheritance loop for class A with type B
+error_inh_loop.nit:23,7: Error: Inheritance loop for class B with type C
+error_inh_loop.nit:27,7: Error: Inheritance loop for class C with type A