Restore ExperimentalMarkerDeclarationAnnotationChecker for IDE

This commit is contained in:
Mikhail Glukhikh
2022-06-01 15:00:17 +02:00
committed by Space
parent 8baff4404d
commit 075605a371
@@ -135,3 +135,7 @@ class OptInMarkerDeclarationAnnotationChecker(private val module: ModuleDescript
}
}
}
@Deprecated("Please use OptInMarkerDeclarationAnnotationChecker instead", ReplaceWith("OptInMarkerDeclarationAnnotationChecker"))
@Suppress("unused")
typealias ExperimentalMarkerDeclarationAnnotationChecker = OptInMarkerDeclarationAnnotationChecker