Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
kt4866UnresolvedArrayAccess.kt
blob: 0fa065bf14eadac017861656726581493a142f28 [
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
<!>[
i
,
j
]
}
/* GENERATED_FIR_TAGS: functionDeclaration */