Files
kotlin-fork/compiler/testData/cli/jvm/conflictingOverloads.kt
T

2 lines
58 B
Kotlin
Vendored

fun a(): List<Int> = null!!
fun a(): List<String> = null!!