[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import kotlin.collections.map as map1
|
||||
import kotlin.Array as KotlinArray
|
||||
|
||||
fun f() {
|
||||
listOf(1).map1 { it.hashCode() }
|
||||
listOf(1).map { it.hashCode() }
|
||||
}
|
||||
|
||||
fun g(a1: KotlinArray<Int>, a2: Array<Int>){}
|
||||
Reference in New Issue
Block a user