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 */