fixup! K2: introduce deprecation for use-site unrelated missing dependency super-type
diff --git a/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/unavailableRecord.txt b/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/unavailableRecord.txt
index 83aea4d..fa8f759 100644
--- a/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/unavailableRecord.txt
+++ b/analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/unavailableRecord.txt
@@ -5,3 +5,6 @@
for PSI element of type KtParameter at (4,25-35)
MISSING_DEPENDENCY_SUPERCLASS text ranges: [(51,61)]
PSI: KtParameter at (4,25-35)
+ for PSI element of type KtParameter at (4,25-35)
+ MISSING_DEPENDENCY_SUPERCLASS_WARNING text ranges: [(51,61)]
+ PSI: KtParameter at (4,25-35)
diff --git a/compiler/testData/diagnostics/tests/multimodule/inaccessibleSuperTypeWithRepeatedContext.fir.diag.txt b/compiler/testData/diagnostics/tests/multimodule/inaccessibleSuperTypeWithRepeatedContext.fir.diag.txt
index b73c16f..2aa8d0a 100644
--- a/compiler/testData/diagnostics/tests/multimodule/inaccessibleSuperTypeWithRepeatedContext.fir.diag.txt
+++ b/compiler/testData/diagnostics/tests/multimodule/inaccessibleSuperTypeWithRepeatedContext.fir.diag.txt
@@ -1,11 +1,11 @@
-/c.kt:(90,109): error: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. Check your module classpath for missing or conflicting dependencies.
+/c.kt:(91,110): error: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. Check your module classpath for missing or conflicting dependencies.
-/c.kt:(90,109): warning: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. This may be forbidden soon. Check the module classpath for missing or conflicting dependencies.
+/c.kt:(91,110): warning: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. This may be forbidden soon. Check the module classpath for missing or conflicting dependencies.
-/c.kt:(131,143): error: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. Check your module classpath for missing or conflicting dependencies.
+/c.kt:(132,144): error: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. Check your module classpath for missing or conflicting dependencies.
-/c.kt:(131,143): warning: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. This may be forbidden soon. Check the module classpath for missing or conflicting dependencies.
+/c.kt:(132,144): warning: Cannot access 'MissedInterface' which is a supertype of 'Implementation'. This may be forbidden soon. Check the module classpath for missing or conflicting dependencies.
-/c.kt:(131,143): warning: Cannot access 'MissedInterface' which is a supertype of 'Intermediate'. This may be forbidden soon. Check the module classpath for missing or conflicting dependencies.
+/c.kt:(132,144): warning: Cannot access 'MissedInterface' which is a supertype of 'Intermediate'. This may be forbidden soon. Check the module classpath for missing or conflicting dependencies.
-/c.kt:(131,143): error: Cannot access class 'MissedInterface'. Check your module classpath for missing or conflicting dependencies.
+/c.kt:(132,144): error: Cannot access class 'MissedInterface'. Check your module classpath for missing or conflicting dependencies.