[Analysis API] add more tests for vararg parameters

^KT-61422
This commit is contained in:
Dmitrii Gridin
2023-09-06 16:34:31 +02:00
committed by Space Team
parent f1e5a9b223
commit 3a577e1c31
50 changed files with 2577 additions and 0 deletions
@@ -0,0 +1,4 @@
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
class Foo(vararg ints: Int) {
}