<@U542L9VJP> Generic types are erased at runtime, so both are actually just `Remove(List)`. You coul...
r
@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
@Ruckus thank you. @JvmName is what I needed
👍 1