[SLC] invalidate local class members cache on any file changes
We should track the containing file modifications to avoid PIEAE by changes in members ^KTIJ-26661 Fixed
This commit is contained in:
committed by
Space Team
parent
765a8bdd7c
commit
e05cb49671
+1
-1
@@ -44,7 +44,7 @@ open class KtLightClassForDecompiledDeclaration(
|
||||
ClassInnerStuffCache(
|
||||
/* aClass = */ this,
|
||||
/* generateEnumMethods = */ true,
|
||||
/* modificationTracker = */ project.createAllLibrariesModificationTracker(),
|
||||
/* modificationTrackers = */ listOf(project.createAllLibrariesModificationTracker()),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user