Kirill Rakhman
Kirill Rakhman
Running your added test with `org.jetbrains.kotlin.analysis.low.level.api.fir.diagnostic.compiler.based.LLSandboxBackBoxTestGenerated` fails with a StackOverlflowError. Would you like to try and fix it yourself?
It runs in Analysis API mode. Declarations might be lazily resolved whereas in CLI mode they're resolved eagerly.
> Could you please also > > 1. Create a KT ticket for this problem > > 2. Reorganize exsiting commits into the following structure > > > ``` >...
I've fixed the failing test and pushed the changes to `rr/krakhman/plugin_override_checker`.
There's no need, I'll merge the branch directly. However, there are still some other tests failing which I'll investigate today.
The fix is being merged.