From 08e6979c2634f60848c05c740a749b6662d06721 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Thu, 30 Jan 2025 10:32:36 +0100 Subject: [PATCH] Fix Hierarchy section of `KaCompoundVariableAccessCall` According to https://github.com/JetBrains/kotlin/blob/v2.1.10/analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolution/KaCall.kt#L156 and https://github.com/Kotlin/analysis-api/blob/e28053c53403fa07c426e3e0c18cb3953101dff8/Writerside/topics/KaCall.md?plain=1#L16 instead of `KaCallableMemberCall` it inherits from `KaCall`. --- Writerside/topics/KaCompoundVariableAccessCall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writerside/topics/KaCompoundVariableAccessCall.md b/Writerside/topics/KaCompoundVariableAccessCall.md index c8df044..21bba5d 100644 --- a/Writerside/topics/KaCompoundVariableAccessCall.md +++ b/Writerside/topics/KaCompoundVariableAccessCall.md @@ -6,7 +6,7 @@ like `+=`, `-=`, `++`, or `--`. ## Hierarchy -Inherits [KaCallableMemberCall](KaCallableMemberCall.md). +Inherits [KaCall](KaCall.md). ## Members