FIR IDE: Implement search of psi elements for deserialized Kotlin declarations

Fix "FIR IDE: Implement search of psi elements for deserialized Kotlin declarations"
This commit is contained in:
Ilya Kirillov
2020-05-24 14:24:52 +03:00
parent a8b94b1cca
commit 30eab6c8a3
13 changed files with 477 additions and 22 deletions
+1
View File
@@ -38,6 +38,7 @@ dependencies {
testCompile(projectTests(":compiler:cli"))
testCompile(projectTests(":idea:idea-maven"))
testCompile(projectTests(":idea:idea-fir"))
testCompile(projectTests(":idea:idea-frontend-fir"))
testCompile(projectTests(":j2k"))
testCompile(projectTests(":nj2k"))
if (Ide.IJ()) {