syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / test_closure_inlined_return.nit
index b172ba5..f992dd7 100644 (file)
@@ -1,4 +1,4 @@
-meth foo with k
+fun foo with k
 do
        ' '.output
        '<'.output
@@ -9,7 +9,7 @@ do
        1.output
 end
 
-meth test
+fun test
 do
        var a = [10, 20, 30]
        '<'.output