Do not require @targetName for ambiguous inline definitions #17846
ntnj
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
inline
methods require@targetName
to disambiguate definitions which are same after type erasure. e.g.Since
inline
methods are not added to bytecode, this should not require a @TargetNAME annotation.Beta Was this translation helpful? Give feedback.
All reactions