72bdacb074
Test cases are chosen so that addition/removal of explicit type will not interfere with the original purpose of the test
4 lines
83 B
Kotlin
4 lines
83 B
Kotlin
package test
|
|
|
|
fun varargCharSequence(a: Int, vararg b: java.lang.Integer): Int = 1
|