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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user