Merge branch 'pu/parameter-names' into wip
[nit.git] / src / syntax / syntax_base.nit
index 127163d..ab3020e 100644 (file)
@@ -834,3 +834,8 @@ redef class AClosureDef
        # Automatic variables
        readable writable var _variables: nullable Array[AutoVariable]
 end
+
+redef class AMethid
+       # Name of method
+       fun name: nullable Symbol is abstract
+end