syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / base_closure10.nit
index 8fb7b33..dd12216 100644 (file)
@@ -16,7 +16,7 @@
 
 import kernel
 
-meth foo with k
+fun foo with k
 do
        ' '.output
        '<'.output
@@ -27,7 +27,7 @@ do
        1.output
 end
 
-meth test
+fun test
 do
        '<'.output
        0.output