Files
kotlin-fork/analysis
Ilya Kirillov 1f834aa99c [Analysis API FIR] avoid redundant resolve in renderer
Before we resolved all declarations to body resolve.
It was rarely needed and badly affects performance.
If the resolution will still be needed, it will be lazily performed by KtSymbol
2023-02-13 09:53:33 +00:00
..