39f7ecc9a3
The API in Intellij have been changed after the PR was merged (see https://github.com/JetBrains/intellij-community/commit/8227d8e2dd4d98d2ff248a1b193ba31831ddef50) This commit implements new API. Also mocked Kotlin constant search is removed from JPS tests. Mocked Java search is in place, but now it is does not use hardcoded file and constant names. #KT-16091 fixed