-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@JvmExposeBoxed
annotation for opening API of inline classes to Java
#331
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This document requires a lot more work to turn it into a finished design. We'll work offline on the list of required changes.
f29d7bf
to
414ca21
Compare
@JvmExpose
KEEP@JvmExposeBoxed
annotation for opening API of inline classes to Java
311a75e
to
9e87e46
Compare
I did not see an issue, so let me comment directly. How about allowing this annotation to be given to a single constructor or function as well? I think there are only a limited number of situations where In addition, |
No description provided.