Merge branch 'master' of https://github.com/haxetink/tink_macro
This commit is contained in:
@@ -9,7 +9,7 @@ abstract Member(Field) from Field to Field {
|
|||||||
name: name,
|
name: name,
|
||||||
pos: pos,
|
pos: pos,
|
||||||
access: [APublic],
|
access: [APublic],
|
||||||
kind: FProp(noread ? 'null' : 'get_' + name, nowrite ? 'null' : ('set_' + name), t),
|
kind: FProp(noread ? 'null' : 'get', nowrite ? 'null' : 'set', t),
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
@@ -202,4 +202,4 @@ abstract Member(Field) from Field to Field {
|
|||||||
if (add != null)
|
if (add != null)
|
||||||
this.access.push(add);
|
this.access.push(add);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user