Revert "Temporary: make PRE_RELEASE_CLASS a warning in both K1/K2 (KT-66551)"
This reverts commit a0cb713d19.
#KT-66551 Fixed
This commit is contained in:
committed by
Space Team
parent
8ac576614f
commit
c6e0268893
+1
-1
@@ -1805,7 +1805,7 @@ object DIAGNOSTICS_LIST : DiagnosticList("FirErrors") {
|
||||
parameter<String>("presentableString")
|
||||
parameter<IncompatibleVersionErrorData<*>>("incompatibility")
|
||||
}
|
||||
val PRE_RELEASE_CLASS by warning<PsiElement> {
|
||||
val PRE_RELEASE_CLASS by error<PsiElement> {
|
||||
parameter<String>("presentableString")
|
||||
}
|
||||
val IR_WITH_UNSTABLE_ABI_COMPILED_CLASS by error<PsiElement> {
|
||||
|
||||
Reference in New Issue
Block a user