Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
kt4866UnresolvedArrayAccess.fir.kt
blob: 6ab5d994bfa504f4520e3c35521103052f5e1a56 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
//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
]<!>
}
/* GENERATED_FIR_TAGS: functionDeclaration */