Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardKotlintype erasure on the JVMSingle-choice MCQ

Why does this overload pair fail to compile on the JVM, and what is the underlying mechanism?

fun process(items: List<String>) {} fun process(items: List<Int>) {}