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