FIR IDE: add this labels to keyword completion

This commit is contained in:
Ilya Kirillov
2021-05-11 19:36:51 +02:00
committed by TeamCityServer
parent 47a596c214
commit ca320f2f8d
13 changed files with 165 additions and 29 deletions
@@ -28,6 +28,7 @@ dependencies {
testRuntimeOnly(project(":kotlin-compiler"))
testRuntimeOnly(commonDep("org.jetbrains.intellij.deps", "trove4j"))
testRuntimeOnly(project(":idea:ide-common")) { isTransitive = false }
testRuntimeOnly(project(":idea:idea-frontend-independent")) { isTransitive = false }
embeddableTestRuntime(project(":kotlin-scripting-ide-services", configuration="runtimeElements"))
embeddableTestRuntime(project(":kotlin-scripting-compiler-impl-embeddable", configuration="runtimeElements"))