compiler/testData/cli/jvm/conflictingOverloads.kt:1:1: error: 'public fun a(): List' conflicts with another declaration in package '' fun a(): List = null!! ^ compiler/testData/cli/jvm/conflictingOverloads.kt:2:1: error: 'public fun a(): List' conflicts with another declaration in package '' fun a(): List = null!! ^ COMPILATION_ERROR