update NOTICE and LICENSE
[nit.git] / tests / base_prot2.nit
index 02d15e5..4611f85 100644 (file)
@@ -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