How to use inline class from java?
# announcements
e
How to use inline class from java?
k
He's asking about inline classes, not functions.
And you can definitely use inline functions from Java, the non-inline version doesn't get removed.
e
Thanks, I had more complicated problem with code generation based on annotations and inline class involved
I made work-around but will come back to proper solution