Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
749ff4dfde3e54875e32839d1568116c4c04215f
/
.
/
native
/
native.tests
/
testData
/
codegen
/
lower
/
vararg.kt
blob: ec85aa7829170cd67fb532ad21aaccdfcde8205c [
file
]
fun foo
(
vararg x
:
Any
?):
String
{
return
"OK"
}
fun box
():
String
{
return
foo
()
}