sdkcompat/v251/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/LibraryCompiledSourceCodeInsideJarExcludeEntityImpl.kt [185:208]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLink(oldLink: SymbolicEntityId<*>, newLink: SymbolicEntityId<*>): Boolean { var changed = false val libraryId_data = if (libraryId == oldLink) { changed = true newLink as LibraryId } else { null } if (libraryId_data != null) { libraryId = libraryId_data } val compiledSourceCodeInsideJarExcludeId_data = if (compiledSourceCodeInsideJarExcludeId == oldLink) { changed = true newLink as CompiledSourceCodeInsideJarExcludeId } else { null } if (compiledSourceCodeInsideJarExcludeId_data != null) { compiledSourceCodeInsideJarExcludeId = compiledSourceCodeInsideJarExcludeId_data } return changed } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/gen/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/LibraryCompiledSourceCodeInsideJarExcludeEntityImpl.kt [185:208]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLink(oldLink: SymbolicEntityId<*>, newLink: SymbolicEntityId<*>): Boolean { var changed = false val libraryId_data = if (libraryId == oldLink) { changed = true newLink as LibraryId } else { null } if (libraryId_data != null) { libraryId = libraryId_data } val compiledSourceCodeInsideJarExcludeId_data = if (compiledSourceCodeInsideJarExcludeId == oldLink) { changed = true newLink as CompiledSourceCodeInsideJarExcludeId } else { null } if (compiledSourceCodeInsideJarExcludeId_data != null) { compiledSourceCodeInsideJarExcludeId = compiledSourceCodeInsideJarExcludeId_data } return changed } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/v252/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/LibraryCompiledSourceCodeInsideJarExcludeEntityImpl.kt [185:208]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun updateLink(oldLink: SymbolicEntityId<*>, newLink: SymbolicEntityId<*>): Boolean { var changed = false val libraryId_data = if (libraryId == oldLink) { changed = true newLink as LibraryId } else { null } if (libraryId_data != null) { libraryId = libraryId_data } val compiledSourceCodeInsideJarExcludeId_data = if (compiledSourceCodeInsideJarExcludeId == oldLink) { changed = true newLink as CompiledSourceCodeInsideJarExcludeId } else { null } if (compiledSourceCodeInsideJarExcludeId_data != null) { compiledSourceCodeInsideJarExcludeId = compiledSourceCodeInsideJarExcludeId_data } return changed } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -