noname
noname copied to clipboard
Support const attribute to custom type's field
To better type check a const field from a custom type, it would be better to support:
Thing {
xx: Field,
yy: const Field
}
^ as discussed privately I don't think this is a good approach (I need to copy/paste the arguments I had here)