[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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|()
|
||||
}
|
||||
Reference in New Issue
Block a user