2a8b655294
Related to KT-59171
8 lines
296 B
Plaintext
Vendored
8 lines
296 B
Plaintext
Vendored
compiler/testData/cli/jvm/conflictingOverloads.kt:1:1: error: conflicting overloads: [fun a(): List<String>]
|
|
fun a(): List<Int> = null!!
|
|
^
|
|
compiler/testData/cli/jvm/conflictingOverloads.kt:2:1: error: conflicting overloads: [fun a(): List<Int>]
|
|
fun a(): List<String> = null!!
|
|
^
|
|
COMPILATION_ERROR
|