Files
Anna Kozlova b81c210535 [AA] resolve array access expression to corresponding set operator
k1 would suggest `get` as well
 but with current fir structure with fake desugaring
 get is moved to the separate fake psi which doesn't exist
 thus the problem is ignored for now
 ^ KTIJ-24025
2022-12-21 10:45:40 +00:00

3 lines
125 B
Plaintext
Vendored

Resolved to:
0: (in test.B) operator fun get(i: kotlin.Int): test.B
1: (in test.B) operator fun set(i: kotlin.Int, a: test.B)