Empty

class Empty(text: String, cursor: Int) : CompletionResult.Success

Constructors

Link copied to clipboard
constructor(text: String, cursor: Int)

Properties

Link copied to clipboard
open override val message: AbstractMessageContent

Functions

Link copied to clipboard
@TestOnly
fun matches(): List<String>
Link copied to clipboard
@TestOnly
fun sortedMatches(): List<String>
Link copied to clipboard
@TestOnly
fun sortedRaw(): List<SourceCodeCompletionVariant>