Fix presence of Deprecated hidden annotation for reference arguments
#KT-40234 Fixed
This commit is contained in:
+10
@@ -6535,6 +6535,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/deprecatedHidden.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedHiddenOnCallableReferenceArgument.kt")
|
||||
public void testDeprecatedHiddenOnCallableReferenceArgument() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/deprecatedHiddenOnCallableReferenceArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedInheritance.kt")
|
||||
public void testDeprecatedInheritance() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/deprecatedInheritance.kt");
|
||||
@@ -6677,6 +6682,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/deprecatedSinceKotlin/deprecatedSinceKotlinDeclaration.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedSinceKotlinHiddenOnReferenceArgument.kt")
|
||||
public void testDeprecatedSinceKotlinHiddenOnReferenceArgument() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/deprecatedSinceKotlin/deprecatedSinceKotlinHiddenOnReferenceArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedSinceKotlinOutsideKotlinPackage.kt")
|
||||
public void testDeprecatedSinceKotlinOutsideKotlinPackage() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/deprecated/deprecatedSinceKotlin/deprecatedSinceKotlinOutsideKotlinPackage.kt");
|
||||
|
||||
Reference in New Issue
Block a user