Add Kotlin DeprecationLevel into the REPL completion
This commit is contained in:
committed by
TeamCityServer
parent
6bc4e124fb
commit
e9af2849ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user