[FIR] Rename PLUGIN_ANNOTATION_AMBIGUITY to COMPILER_REQUIRED_ANNOTATION_AMBIGUITY
This diagnostic may be reported even without any compiler plugins (e.g. for annotation named `Target` or `Deprecated`), so the old name and message were quite confusing ^KT-64654
This commit is contained in:
committed by
Space Team
parent
5728b34733
commit
56221467ff
+1
-1
@@ -385,7 +385,7 @@ object DIAGNOSTICS_LIST : DiagnosticList("FirErrors") {
|
||||
val WRONG_EXTENSION_FUNCTION_TYPE_WARNING by warning<KtAnnotationEntry>()
|
||||
val ANNOTATION_IN_WHERE_CLAUSE_ERROR by error<KtAnnotationEntry>()
|
||||
|
||||
val PLUGIN_ANNOTATION_AMBIGUITY by error<PsiElement> {
|
||||
val COMPILER_REQUIRED_ANNOTATION_AMBIGUITY by error<PsiElement> {
|
||||
parameter<ConeKotlinType>("typeFromCompilerPhase")
|
||||
parameter<ConeKotlinType>("typeFromTypesPhase")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user