Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
cloneArray.kt
blob: 86289cb23958d992be96f2a16c36769482c22de6 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun test_1
(
array
:
Array
<
String
>)
{
array
.
clone
()
}
fun test_2
(
array
:
IntArray
)
{
array
.
clone
()
}
/* GENERATED_FIR_TAGS: functionDeclaration */