[FIR] Add tests for #KT-54670

This commit is contained in:
Kirill Rakhman
2023-08-18 13:30:54 +02:00
committed by Space Team
parent a53933d8ce
commit 3255bcfbee
7 changed files with 32 additions and 0 deletions
@@ -0,0 +1 @@
fun testVarArgs(vararg v: <!UNRESOLVED_REFERENCE!>Smth<!>) {}
@@ -0,0 +1 @@
fun testVarArgs(<!FORBIDDEN_VARARG_PARAMETER_TYPE!>vararg<!> v: <!UNRESOLVED_REFERENCE!>Smth<!>) {}