Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
145b5051f737bcd07fb6d5440a722cea8ba3f98c
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
Vararg.kt
blob: be25d7120602293ea71a964bdb4e54d4c21e6794 [
file
]
package
test
fun useVarargs
()
{
Vararg
.
method
()
Vararg
.
method
(
"str"
)
Vararg
.
method
(
"str"
,
"str2"
,
"str3"
)
}