Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
varargs
/
UnaryVsVararg.txt
blob: ef1ba729b2cb5ffbddc6bbe260da1be398318320 [
file
]
package
public fun foo1(/*0*/ a: kotlin.Int): kotlin.String
public fun foo1(/*0*/ a: kotlin.Int, /*1*/ vararg t: kotlin.Int /*kotlin.IntArray*/): kotlin.String
public fun test1(): kotlin.Unit