Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
inference
/
kt11266.kt
blob: bb047305099145e8687ea9098c431fbbfca8de68 [
file
]
// FIR_IDENTICAL
// NI_EXPECTED_FILE
fun foo
(
first
:
Array
<
Any
?>,
second
:
Array
<
Any
?>)
=
Pair
(
first
.
toCollection
<!
NO_VALUE_FOR_PARAMETER
!>()<!>,
second
.
toCollection
<!
NO_VALUE_FOR_PARAMETER
!>()<!>)