Return error candidates from KtFirArrayAccessReference.resolveToSymbols
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
operator fun Int.get(index: Int) = 42
|
||||
|
||||
fun f() {
|
||||
1<caret>[2]
|
||||
}
|
||||
Reference in New Issue
Block a user