Files
kotlin-fork/compiler/resolution.common.jvm
Ilya Kirillov 5675c19f3b [Java Resolution, LL FIR] fix PsiInvalidElementAccessException from JavaClassifierTypeImpl.substitutor
The cached `PsiSubstitutor` might be invalidated, in this case we should recompute the value

Also make the `JavaClassifierTypeImpl` to be thread safe

^KT-59667 fixed
2023-07-03 07:55:36 +00:00
..