[IC] Fixed IC for when expressions involving sealed interfaces
#KT-45474 Fixed
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ object ClasspathChangesComputer {
|
||||
val unmatchedLookupSymbols = dirtyData.dirtyLookupSymbols.toMutableSet().also {
|
||||
it.removeAll(changes.lookupSymbols.toSet())
|
||||
}
|
||||
val unmatchedFqNames = (dirtyData.dirtyClassesFqNames + dirtyData.dirtyClassesFqNamesForceRecompile).toMutableSet().also {
|
||||
val unmatchedFqNames = (dirtyData.dirtyClassesFqNames).toMutableSet().also {
|
||||
it.removeAll(changes.fqNames.toSet())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user