parser: Add 'fun' and 'var'-as-attr keyword
[nit.git] / src / parser / parser_abs.nit
index 429c721..04a70b6 100644 (file)
@@ -390,6 +390,7 @@ special PPropdef
     readable writable attr _n_kwredef: TKwredef = null
     readable writable attr _n_visibility: PVisibility = null
     readable writable attr _n_kwattr: TKwattr = null
+    readable writable attr _n_kwvar: TKwvar = null
     readable writable attr _n_id: TAttrid = null
     readable writable attr _n_type: PType = null
     readable writable attr _n_expr: PExpr = null