Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
arrayAccess.kt
blob: 762cef96ae63eaa5f0a1f696340bd7b6ba846fd6 [
file
] [
log
] [
blame
]
fun foo
()
{
val a
=
A
()
<caret>
a
[
1
]
}
class
A
{
fun
get
(
i
:
Int
)
=
1
}
// EXISTS: get(Int)