Dominaezzz
12/19/2018, 9:11 PMCollection<...>
. The only difference is one is on Collection<String>
and the other is Collection<Closeable>
. IntelliJ complains they have the same signature on JVM (because type erasure). Even though they are inline functions?Shawn
12/19/2018, 9:12 PMDominaezzz
12/19/2018, 9:14 PMilya.gorbunov
12/19/2018, 9:24 PM@JvmName
to give one of them different name for JVM.Dominaezzz
12/19/2018, 9:25 PM