Add Kotlin DeprecationLevel into the REPL completion

This commit is contained in:
Ilya Muradyan
2021-05-05 02:49:30 +03:00
committed by TeamCityServer
parent 6bc4e124fb
commit e9af2849ef
4 changed files with 57 additions and 7 deletions
@@ -19,7 +19,8 @@ data class SourceCodeCompletionVariant(
val text: String,
val displayText: String,
val tail: String,
val icon: String
val icon: String,
val deprecationLevel: DeprecationLevel? = null,
)
interface ReplAnalyzerResultKeys