VP
Size: a a a
VP
AN
DK
AN
DK
AN
с#
AN
DK
с#
kotlin
fun test(vararg str: String) = Unit
fun main() = test(listOf("test").toTypedArray())
source.kt:3:34: error: type inference failed. Expected type mismatch: inferred type is Array<String> but String was expected
fun main() = test(listOf("test").toTypedArray())
^
AN
с#
BV
BV
VP
BV
BV
BV
BV
BV