TEST: with no parameters to vararg
This commit is contained in:
committed by
vvlevchenko
parent
2479593f44
commit
e7159d364f
@@ -0,0 +1,6 @@
|
||||
fun foo(vararg x: Any?) {}
|
||||
fun bar() = foo()
|
||||
|
||||
fun main(arg:Array<String>) {
|
||||
bar()
|
||||
}
|
||||
Reference in New Issue
Block a user