Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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 */