I noticed that when marking IR functions as visibl...
# compiler
z
I noticed that when marking IR functions as visible to metadata, they will fail if they contain any annotations with
KClass
properties in them. Seems it's just a missing branch in this and can file a bug, but want to check if this is intentional or not? If it is, I'm curious what the recourse is for a plugin trying to mark a function as visible other than just saying it's not possible if any annotations have class reference
d
It's a bug
z