X-Git-Url: http://nitlanguage.org diff --git a/tests/base_prot2.nit b/tests/base_prot2.nit index 02d15e5..4611f85 100644 --- a/tests/base_prot2.nit +++ b/tests/base_prot2.nit @@ -17,8 +17,8 @@ private import base_prot class A2 -special A - meth o + super A + fun o do pub pro @@ -28,7 +28,7 @@ special A end class O2 - meth o + fun o do var a = new A a.pub