Files
kotlin-fork/analysis/analysis-api/testData/analysisSession/resolveCall/javaPropertyGetter_unqualified.txt
T
Tianyu Geng a8ae704c0c FIR IDE: fix property accessor resolution
For property access with implicit receiver, the resolved fir is a
FirPropertyAccessExpression and hence we need to handle it in
KtFirCallResolver.
2021-11-12 21:56:46 +01:00

4 lines
151 B
Plaintext
Vendored

KtFunctionCall:
argumentMapping = { }
targetFunction = /JavaClass.getFoo(<dispatch receiver>: JavaClass): kotlin.Int
substitutor = <empty substitutor>