I've created a youtrack <issue> suggesting adding ...
# language-proposals
l
I've created a youtrack issue suggesting adding the ability to annotate any generated function or property.
j
The first use case looks like a patch for Java, wouldn’t you break the compatibility for other targets?
l
Break compatibility for other targets how?
(and it's a JVM binary problem, not exclusively a Java source one)
đź‘Ť 1
a
I think this issue is relevant for all platforms. It will throw
IrLinkageError
at runtime on JS and on iOS, and perhaps on other platforms as well.
The workaround I proposed in the ticket seems to work on all platforms.