I'm using the bootstrap compiler to get ahead of b...
# compiler
r
I'm using the bootstrap compiler to get ahead of breakage, but I'm seeing some issues that aren't ICEs but are normally things I would report to youtrack. For example, that the complier complains about
RequiresOptIn
annotations on parameters even when
VALUE_PARAMETER
is not one of the annotation's targets (it's on a constructor property). Should I report these now, or wait for EAP releases?
d
It's better to report issues as early as possible (so we have more time to fix them) Please don't forget to specify which version of compiler you use
👍 1