syntax: 'meth' -> 'fun', 'attr' -> 'var'
[nit.git] / tests / test_coll.nit
index 606e1ef..26bcc87 100644 (file)
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-meth test_coll(c: IndexedCollection[Object], e: Object...)
+fun test_coll(c: IndexedCollection[Object], e: Object...)
     do
        print("c: {c.to_s.is_empty}")
        print("empty: {c.is_empty}")