Minor: leave bunch directive for 173-specific code

This commit is contained in:
Nikolay Krasko
2018-06-06 17:34:29 +03:00
parent f8d352c3d0
commit f797592365
@@ -55,6 +55,8 @@ public abstract class AbstractOutOfBlockModificationTest extends KotlinLightCode
boolean expectedOutOfBlock = getExpectedOutOfBlockResult();
boolean isSkipCheckDefined = InTextDirectivesUtils.isDirectiveDefined(myFixture.getFile().getText(), "SKIP_ANALYZE_CHECK");
// Special behaviour in 173, should be dropped after abandoning this version.
// BUNCH: 181
if ("InGlobalPropertyWithGetter".equals(getTestName(false))) {
String apiVersion = ApplicationInfo.getInstance().getApiVersion();
if (apiVersion != null && apiVersion.contains("-173.")) {