compiler/testData/compileJavaAgainstKotlin/method/Vararg.kt (2 lines of code) (raw):

package test fun gg(list: List<String>, vararg ints: Int) = list