[K1] Rename analysis flag expectActualLinker
Rename analysis flag `expectActualLinker` to `skipExpectedActualDeclarationChecker` to better reflect its semantics. This flag isn't used on IDE plugin side, so no additional changes in `intellij` repo are needed. ^KT-61136
This commit is contained in:
committed by
Space Team
parent
1af7649ee9
commit
98b3bdb175
@@ -19,7 +19,7 @@ object AnalysisFlags {
|
||||
val multiPlatformDoNotCheckActual by AnalysisFlag.Delegates.Boolean
|
||||
|
||||
@JvmStatic
|
||||
val expectActualLinker by AnalysisFlag.Delegates.Boolean
|
||||
val skipExpectedActualDeclarationChecker by AnalysisFlag.Delegates.Boolean
|
||||
|
||||
@JvmStatic
|
||||
val optIn by AnalysisFlag.Delegates.ListOfStrings
|
||||
|
||||
Reference in New Issue
Block a user