Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
operatorToFunction
/
arrayAccessOneIndex.kt.after
blob: c661a9d0a4f717f1e9b726dc9deb1dcc04956785 [
file
] [
log
] [
blame
]
fun foo
(
a
:
Array
<
Int
>,
i
:
Int
)
{
a
.
get
(
i
)
}