Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
varargs
/
kt1838-param.kt
blob: bf6aed051fcb0f2299365911c1c0f614bfca15c7 [
file
]
// FIR_IDENTICAL
class
A
(
vararg t
:
Int
)
{
init
{
val t1
:
IntArray
=
t
}
}