sdkcompat/v251/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/CompiledSourceCodeInsideJarExcludeEntityImpl.kt [251:264]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLink(oldLink: SymbolicEntityId<*>, newLink: SymbolicEntityId<*>): Boolean { var changed = false val excludeId_data = if (excludeId == oldLink) { changed = true newLink as CompiledSourceCodeInsideJarExcludeId } else { null } if (excludeId_data != null) { excludeId = excludeId_data } return changed } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/gen/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/CompiledSourceCodeInsideJarExcludeEntityImpl.kt [251:264]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLink(oldLink: SymbolicEntityId<*>, newLink: SymbolicEntityId<*>): Boolean { var changed = false val excludeId_data = if (excludeId == oldLink) { changed = true newLink as CompiledSourceCodeInsideJarExcludeId } else { null } if (excludeId_data != null) { excludeId = excludeId_data } return changed } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/v252/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/CompiledSourceCodeInsideJarExcludeEntityImpl.kt [251:264]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLink(oldLink: SymbolicEntityId<*>, newLink: SymbolicEntityId<*>): Boolean { var changed = false val excludeId_data = if (excludeId == oldLink) { changed = true newLink as CompiledSourceCodeInsideJarExcludeId } else { null } if (excludeId_data != null) { excludeId = excludeId_data } return changed } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -