Revert "Temporary: mute PRE_RELEASE_CLASS in some tests (KT-66551)"
This reverts commit 893e5cac
This commit is contained in:
committed by
Space Team
parent
e22a2016b1
commit
8ac576614f
+1
-1
@@ -30,6 +30,6 @@ abstract class AbstractFirJsPlainObjectsPluginDiagnosticTest : AbstractFirPsiDia
|
||||
|
||||
private fun TestConfigurationBuilder.disableOptInErrors() {
|
||||
defaultDirectives {
|
||||
DIAGNOSTICS with listOf("-OPT_IN_USAGE", "-OPT_IN_USAGE_ERROR", "-PRE_RELEASE_CLASS")
|
||||
DIAGNOSTICS with listOf("-OPT_IN_USAGE", "-OPT_IN_USAGE_ERROR")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user