And another one in `@Metadata`: ``` // at file-lev...
# compiler
m
And another one in `@Metadata`:
Copy code
// at file-level
var x = 2
property has flag
HAS_SETTER
set property doesn't contain a setter parameter 🤔
u
The reason it doesn't have a setter parameter has to do with the fact that the setter is default (
IS_NOT_DEFAULT
is false) I think, not with the fact that there's a setter
🙏 1
m
Thanks, I assumed something like that and will simply derive most setter properties (like the type) from the getter.