Minor: leave bunch directive for 173-specific code
This commit is contained in:
+2
@@ -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.")) {
|
||||
|
||||
Reference in New Issue
Block a user