f0290d8c98
Intellij API Compatibility Check reports that compatibility was broken for IJ Bazel plugin. This commit fixes this problem. Binary compatibility was broken in 705a2881fab109ab7d3e365255d01e0491b17d6d. Ideally, I'd rename extension functions to names other than "frozen" and "unfrozen" because this would allow keeping source compatibility for Java clients as well. But the new extension functions API has been already released in EAP versions of IDEA, and I don't want change the API back and forth for clients that already migrated to the new API. I wish I knew earlier that this API is used by external plugins