Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
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 */