Files
kotlin-fork/plugins/kapt3/kapt3-compiler/testData/converter/kt14996.kt
T

7 lines
188 B
Kotlin
Vendored

fun crashMe(values: List<String>): String {
throw UnsupportedOperationException()
}
fun crashMe(values: List<CharSequence>): CharSequence {
throw UnsupportedOperationException()
}