Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
varargs
/
varargsAndFunctionLiterals.txt
blob: 7d1b9bc02e007db2381e56a826a5a08bd9e3e999 [
file
]
package
public fun f(/*0*/ vararg t: kotlin.Int /*kotlin.IntArray*/, /*1*/ f: () -> kotlin.Unit): kotlin.Unit
public fun test(): kotlin.Unit