initial value of ourAlwaysAllow must be unknown

GitOrigin-RevId: 62eb5b65cb21623a24c375218c83e126e69c0580
This commit is contained in:
Vladimir Krivosheev
2021-03-24 10:16:23 +00:00
committed by intellij-monorepo-bot
parent 0f206afa30
commit 1fd43994a1
@@ -31,7 +31,7 @@ public final class SlowOperations {
"org.jetbrains.kotlin.idea.codeInsight.KotlinCopyPasteReferenceProcessor",
"com.intellij.apiwatcher.plugin.presentation.bytecode.UsageHighlighter",
};
private static int ourAlwaysAllow;
private static int ourAlwaysAllow = -1;
private static Frame ourStack;
private SlowOperations() {}