Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
arrayAccess.kt.txt
blob: e33ba09ae54a7e34cbe026582c2aae457e0ce74a [
file
] [
log
] [
blame
]
val p: Int
field = 0
get
fun foo(): Int {
return 1
}
fun test(a: IntArray): Int {
return a.get(index = 0).plus(other = a.get(index = <get-p>())).plus(other = a.get(index = foo()))
}