Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
kt4866UnresolvedArrayAccess.fir.kt
blob: 75a8fcd6427f69c277f464e14c8f77961568dc3c [
file
]
//KT-4866 Resolve does not work inside brackets with unresolved reference before
fun test
(
i
:
Int
,
j
:
Int
)
{
<!
UNRESOLVED_REFERENCE
!>
foo
<!><!
NO_GET_METHOD
!>[
i
,
j
]<!>
}