[FIR] Add tests for #KT-54670
This commit is contained in:
committed by
Space Team
parent
a53933d8ce
commit
3255bcfbee
@@ -0,0 +1 @@
|
||||
fun testVarArgs(vararg v: <!UNRESOLVED_REFERENCE!>Smth<!>) {}
|
||||
@@ -0,0 +1 @@
|
||||
fun testVarArgs(<!FORBIDDEN_VARARG_PARAMETER_TYPE!>vararg<!> v: <!UNRESOLVED_REFERENCE!>Smth<!>) {}
|
||||
Reference in New Issue
Block a user