Files

5 lines
106 B
Kotlin
Vendored

// TARGET_BACKEND: JVM
package test
fun varargCharSequence(a: Int, vararg b: java.lang.Integer): Int = 1