Join Slack
Powered by
<@U542L9VJP> Generic types are erased at runtime, ...
# getting-started
r
Ruckus
04/27/2017, 3:36 AM
@robsonj
Generic types are erased at runtime, so both are actually just
Remove(List)
. You could resolve it by giving them separate JVM names, but for more clarification on that, you should check SO.
stackoverflow
👍 1
r
robsonj
04/27/2017, 10:35 AM
@Ruckus
thank you. @JvmName is what I needed
👍 1
4
Views
Open in Slack
Previous
Next