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,
|
||||
pos: pos,
|
||||
access: [APublic],
|
||||
kind: FProp(noread ? 'null' : 'get_' + name, nowrite ? 'null' : ('set_' + name), t),
|
||||
kind: FProp(noread ? 'null' : 'get', nowrite ? 'null' : 'set', t),
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
@@ -202,4 +202,4 @@ abstract Member(Field) from Field to Field {
|
||||
if (add != null)
|
||||
this.access.push(add);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user