Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/cloneArray.txt
T
2020-03-19 09:51:01 +03:00

8 lines
337 B
Plaintext
Vendored

FILE: cloneArray.kt
public final fun test_1(array: R|kotlin/Array<kotlin/String>|): R|kotlin/Unit| {
R|<local>/array|.R|FakeOverride<kotlin/Array.clone: R|kotlin/Array<kotlin/String>|>|()
}
public final fun test_2(array: R|kotlin/IntArray|): R|kotlin/Unit| {
R|<local>/array|.R|kotlin/IntArray.clone|()
}